qpOASES  3.2.1
An Implementation of the Online Active Set Strategy
Public Attributes
MatMatrixHeader Struct Reference

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

#include <Types.hpp>

List of all members.

Public Attributes

long numericFormat
long nRows
long nCols
long imaginaryPart
long nCharName

Detailed Description

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-2017

Member Data Documentation

(to be documented)

Referenced by writeIntoMatFile().

Number of character in name.

Referenced by writeIntoMatFile().

Number of rows.

Referenced by writeIntoMatFile().

Number of rows.

Referenced by writeIntoMatFile().

Flag indicating numerical format.

Referenced by writeIntoMatFile().


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