Struct containing the variable header for mat file. More...
#include <Types.hpp>
Public Attributes | |
long | imaginaryPart |
long | nCharName |
long | nCols |
long | nRows |
long | numericFormat |
Struct containing the variable header for mat file.
Struct storing the header of a variable to be stored in Matlab's binary format (using the outdated Level 4 variant for simplictiy).
Note, this code snippet has been inspired from the document "Matlab(R) MAT-file Format, R2013b" by MathWorks
\author Hans Joachim Ferreau \version 3.2 \date 2013-2015
Struct storing the header of a variable to be stored in Matlab's binary format (using the outdated Level 4 variant for simplictiy).
Note, this code snippet has been inspired from the document "Matlab(R) MAT-file Format, R2013b" by MathWorks
\author Hans Joachim Ferreau \version 3.1embedded \date 2013-2015
Definition at line 325 of file external_packages/qpOASES-3.2.0/include/qpOASES/Types.hpp.
long MatMatrixHeader::imaginaryPart |
(to be documented)
Definition at line 329 of file external_packages/qpOASES-3.2.0/include/qpOASES/Types.hpp.
long MatMatrixHeader::nCharName |
Number of character in name.
Definition at line 330 of file external_packages/qpOASES-3.2.0/include/qpOASES/Types.hpp.
long MatMatrixHeader::nCols |
Number of rows.
Definition at line 328 of file external_packages/qpOASES-3.2.0/include/qpOASES/Types.hpp.
long MatMatrixHeader::nRows |
Number of rows.
Definition at line 327 of file external_packages/qpOASES-3.2.0/include/qpOASES/Types.hpp.
long MatMatrixHeader::numericFormat |
Flag indicating numerical format.
Definition at line 326 of file external_packages/qpOASES-3.2.0/include/qpOASES/Types.hpp.