Linear Algebra
arduino
Accessible implementations of linear algebra algorithms
|
#include <vector>
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... | |