OS
2.9.3
|
The in-memory representation of the <matrixExpressions> element. More...
#include <OSInstance.h>
Public Member Functions | |
MatrixExpressions () | |
The MatrixExpressions class constructor. More... | |
~MatrixExpressions () | |
The MatrixExpressions class destructor. More... | |
bool | IsEqual (MatrixExpressions *that) |
A function to check for the equality of two objects. More... | |
Public Attributes | |
int | numberOfExpr |
numberOfExpr gives the number of expressions More... | |
MatrixExpression ** | expr |
a pointer to an array of linear and nonlinear expressions that evaluate to matrices More... | |
The in-memory representation of the <matrixExpressions> element.
Definition at line 1832 of file OSInstance.h.
MatrixExpressions::MatrixExpressions | ( | ) |
The MatrixExpressions class constructor.
MatrixExpressions::~MatrixExpressions | ( | ) |
The MatrixExpressions class destructor.
bool MatrixExpressions::IsEqual | ( | MatrixExpressions * | that | ) |
A function to check for the equality of two objects.
int MatrixExpressions::numberOfExpr |
numberOfExpr gives the number of expressions
Definition at line 1843 of file OSInstance.h.
MatrixExpression** MatrixExpressions::expr |
a pointer to an array of linear and nonlinear expressions that evaluate to matrices
Definition at line 1848 of file OSInstance.h.