#include <variable_types.hpp>

Public Member Functions | |
| AlgebraicState () | |
| AlgebraicState (const std::string &_name, unsigned _nRows, unsigned _nCols) | |
Private Types | |
| typedef ExpressionType < AlgebraicState, VT_ALGEBRAIC_STATE > | Base |
Algebraic variable.
Definition at line 40 of file variable_types.hpp.
typedef ExpressionType<AlgebraicState, VT_ALGEBRAIC_STATE> AlgebraicState::Base [private] |
Definition at line 42 of file variable_types.hpp.
| AlgebraicState::AlgebraicState | ( | ) | [inline] |
Definition at line 45 of file variable_types.hpp.
| AlgebraicState::AlgebraicState | ( | const std::string & | _name, |
| unsigned | _nRows, | ||
| unsigned | _nCols | ||
| ) | [inline] |
Definition at line 47 of file variable_types.hpp.