|
qpOASES 3.2.1
An Implementation of the Online Active Set Strategy
|
Struct containing the variable header for mat file. More...
#include <Types.hpp>
Public Attributes | |
| long | numericFormat |
| long | nRows |
| long | nCols |
| long | imaginaryPart |
| long | nCharName |
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
| long MatMatrixHeader::imaginaryPart |
(to be documented)
Referenced by writeIntoMatFile().
| long MatMatrixHeader::nCharName |
Number of character in name.
Referenced by writeIntoMatFile().
| long MatMatrixHeader::nCols |
Number of rows.
Referenced by writeIntoMatFile().
| long MatMatrixHeader::nRows |
Number of rows.
Referenced by writeIntoMatFile().
| long MatMatrixHeader::numericFormat |
Flag indicating numerical format.
Referenced by writeIntoMatFile().