Simple matrix class that allows allocating an item without the need to copy this->data needlessly. More...
#include "alloc_func.hpp"#include "mem_func.hpp"Go to the source code of this file.
Data Structures | |
| class | SmallMatrix< T > |
| Simple matrix template class. More... | |
Simple matrix class that allows allocating an item without the need to copy this->data needlessly.
Definition in file smallmatrix_type.hpp.
1.7.1