|
INMOST
A toolkit for distributed mathematical modeling
|


Public Member Functions | |
| stored_block_variable_expression (const abstract_dynamic_block_variable &pvar) | |
| stored_block_variable_expression (const stored_block_variable_expression &other) | |
| stored_block_variable_expression | operator= (stored_block_variable_expression const &other) |
| stored_block_variable_expression | operator= (const abstract_dynamic_block_variable &pvar) |
| rMatrix | Value (const Storage &e) const |
| vMatrix | Variable (const Storage &e) const |
| template<typename T > | |
| get_variable< T > | get_variable () |
| abstract_dynamic_block_variable & | retrieve_expression () |
| const abstract_dynamic_block_variable & | retrieve_expression () const |
| abstract_dynamic_block_variable * | Copy () const |
| bool | isDefined () const |
| Checks that the stored expresison was defined. | |
Definition at line 66 of file inmost_block_variable.h.