|
MicroModelicaCCompiler
4.5.3
|
Classes | |
| class | MatrixConfig |
Typedefs | |
| typedef std::map< int,AST_ExpressionList > | UserDefMatrixExps |
| typedef MatrixConfig< Deps::EQSelector > | EQMatrixConfig |
| typedef MatrixConfig< Deps::EVSelector > | EVMatrixConfig |
Enumerations | |
| enum | Mode { Normal = 0, Transpose = 1 } |
| enum | Method { Alloc = 0, Init = 2 } |
Definition at line 117 of file model_matrix_gen.hpp.
Definition at line 119 of file model_matrix_gen.hpp.
| typedef std::map<int ,AST_ExpressionList> MicroModelica::IR::MATRIX::UserDefMatrixExps |
Definition at line 90 of file model_matrix_gen.hpp.
| Enumerator | |
|---|---|
| Alloc | |
| Init | |
Definition at line 88 of file model_matrix_gen.hpp.
| Enumerator | |
|---|---|
| Normal | |
| Transpose | |
Definition at line 86 of file model_matrix_gen.hpp.