matio-cpp v0.3.0
A C++ wrapper of the matio library, with memory ownership handling, to read and write .mat files.
|
#include <cassert>
Go to the source code of this file.
Data Structures | |
struct | matioCpp::SlicingInfo |
Namespaces | |
namespace | matioCpp |
Macros | |
#define | EIGENCONVERSIONS_TPP |
Functions | |
template<typename type > | |
SlicingInfo | matioCpp::computeSlicingInfo (const matioCpp::MultiDimensionalArray< type > &input, const std::vector< int > &slice) |
#define EIGENCONVERSIONS_TPP |
Definition at line 9 of file EigenConversions.tpp.