Linear Algebra  master
Accessible implementations of linear algebra algorithms
Typedefs
util Namespace Reference

Typedefs

template<class T >
using storage_t = std::vector< T >
 Container to store the elements of a matrix internally. More...
 

Typedef Documentation

◆ storage_t

using storage_t = std::vector<T>

Container to store the elements of a matrix internally.

Definition at line 19 of file MatrixStorage.hpp.