|
Linear Algebra
master
Accessible implementations of linear algebra algorithms
|
Typedefs | |
| template<class T > | |
| using | storage_t = std::vector< T > |
| Container to store the elements of a matrix internally. More... | |
| using storage_t = std::vector<T> |
Container to store the elements of a matrix internally.
Definition at line 19 of file MatrixStorage.hpp.