|
matio-cpp v0.3.0
A C++ wrapper of the matio library, with memory ownership handling, to read and write .mat files.
|
#include <matioCpp/ForwardDeclarations.h>#include <matioCpp/ConversionUtilities.h>#include <matioCpp/Span.h>#include <matioCpp/Variable.h>#include "impl/MultiDimensionalArray.tpp"
Include dependency graph for MultiDimensionalArray.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| class | matioCpp::MultiDimensionalArray< T > |
| MultiDimensionalArray is a particular type of Variable specialized for multidimensional arrays of a generic type T. More... | |