BoostGSoC18 / tensor

Adding tensor support to boostorg/ublas
4 stars 1 forks source link

Simplify the data structures for the tensor einstein notation. #54

Closed bassoy closed 6 years ago

bassoy commented 6 years ago

multi_index template was not refactored.

bassoy commented 6 years ago

index_type and multi_index templates are in two separate files. operation deduction added based on the multi index type that is now a std::tuple type.