matio-cpp
v0.2.5
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 <matioCpp/VectorIterator.h>
#include "impl/Vector.tpp"
Go to the source code of this file.
Data Structures | |
class | matioCpp::Vector< T > |
Vector is a particular type of Variable specialized for 1-D arrays of a generic type T. More... | |