|
Linear Algebra
arduino
Accessible implementations of linear algebra algorithms
|
#include <vector>
Include dependency graph for MatrixStorage.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| util | |
Typedefs | |
| template<class T > | |
| using | storage_t = std::vector< T > |
| Container to store the elements of a matrix internally. More... | |