Refactor the tensor classes
bdezonia opened this issue · 1 comments
bdezonia commented
The tensor product classes were derived from each other, We should refactor this. Similar to the vector and matrix classes we could define a bunch of generic tensor algorithms and call them from the tensor classes. This would eliminate a bunch of duplication.
bdezonia commented
Done enough for now. Closing.