MicroModelicaCCompiler  4.5.3
MicroModelica::IR::MATRIX Namespace Reference

Classes

class  MatrixConfig
 

Typedefs

typedef std::map< int,AST_ExpressionList > UserDefMatrixExps
 
typedef MatrixConfig< Deps::EQSelectorEQMatrixConfig
 
typedef MatrixConfig< Deps::EVSelectorEVMatrixConfig
 

Enumerations

enum  Mode { Normal = 0, Transpose = 1 }
 
enum  Method { Alloc = 0, Init = 2 }
 

Typedef Documentation

◆ EQMatrixConfig

◆ EVMatrixConfig

◆ UserDefMatrixExps

typedef std::map<int ,AST_ExpressionList> MicroModelica::IR::MATRIX::UserDefMatrixExps

Definition at line 90 of file model_matrix_gen.hpp.

Enumeration Type Documentation

◆ Method

Enumerator
Alloc 
Init 

Definition at line 88 of file model_matrix_gen.hpp.

◆ Mode

Enumerator
Normal 
Transpose 

Definition at line 86 of file model_matrix_gen.hpp.