Public Attributes | List of all members
MatMatrixHeader Struct Reference

Struct containing the variable header for mat file. More...

#include <Types.hpp>

Public Attributes

long imaginaryPart
 
long nCharName
 
long nCols
 
long nRows
 
long numericFormat
 

Detailed Description

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.

Member Data Documentation

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.


The documentation for this struct was generated from the following files:


acado
Author(s): Milan Vukov, Rien Quirynen
autogenerated on Mon Jun 10 2019 12:35:25