bdezonia/zorbage

Refactor the tensor classes

bdezonia opened this issue · 1 comments

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.

Done enough for now. Closing.