|
INMOST
A toolkit for distributed mathematical modeling
|


Public Member Functions | |
| static_variable (Tag t, INMOST_DATA_ENUM_TYPE pcomp=0) | |
| static_variable (const static_variable &other) | |
| static_variable & | operator= (const static_variable &other) |
| INMOST_DATA_REAL_TYPE | Value (const Storage &e) const |
| multivar_expression | Variable (const Storage &e) const |
| const_expression | operator[] (const Storage &e) const |
| Tag | ValueTag () |
| void | GetVariation (const Storage &e, Sparse::Row &r) const |
| void | GetVariation (const Storage &e, Sparse::RowMerger &r) const |
| bool | isUnknown (const Storage &e) const |
| abstract_dynamic_variable * | Copy () const |
Public Member Functions inherited from INMOST::shell_dynamic_variable< const_expression, static_variable > | |
| virtual multivar_expression | operator() (const Storage &e) const |
| operator static_variable & () | |
| operator const static_variable & () const | |
Additional Inherited Members | |
Public Types inherited from INMOST::shell_dynamic_variable< const_expression, static_variable > | |
| typedef const_expression | Var |
Public Types inherited from INMOST::basic_dynamic_variable< VariableType > | |
| typedef VariableType | Var |
Definition at line 316 of file inmost_variable.h.