qpOASES 3.2.1
An Implementation of the Online Active Set Strategy
Public Attributes | List of all members
MatMatrixHeader Struct Reference

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

#include <Types.hpp>

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

◆ imaginaryPart

long MatMatrixHeader::imaginaryPart

(to be documented)

Referenced by writeIntoMatFile().

◆ nCharName

long MatMatrixHeader::nCharName

Number of character in name.

Referenced by writeIntoMatFile().

◆ nCols

long MatMatrixHeader::nCols

Number of rows.

Referenced by writeIntoMatFile().

◆ nRows

long MatMatrixHeader::nRows

Number of rows.

Referenced by writeIntoMatFile().

◆ numericFormat

long MatMatrixHeader::numericFormat

Flag indicating numerical format.

Referenced by writeIntoMatFile().


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