![]() |
INMOST
Mathematical Modelling Toolkit
|
#include <inmost_expression.h>
Public Member Functions | |
| var_expression (const var_expression &other) | |
| var_expression (INMOST_DATA_REAL_TYPE pvalue, INMOST_DATA_ENUM_TYPE pindex) | |
| __INLINE INMOST_DATA_REAL_TYPE | GetValue () const |
| __INLINE void | GetDerivative (INMOST_DATA_REAL_TYPE mult, Sparse::RowMerger &r) const |
| __INLINE void | GetDerivative (INMOST_DATA_REAL_TYPE mult, Sparse::Row &r) const |
| __INLINE var_expression & | operator= (var_expression const &other) |
| bool | check_nans () const |
Public Member Functions inherited from INMOST::shell_expression< var_expression > | |
| shell_expression () | |
| shell_expression (const shell_expression &other) | |
| operator var_expression & () | |
| operator const var_expression & () const | |
Public Member Functions inherited from INMOST::basic_expression | |
| basic_expression () | |
| basic_expression (const basic_expression &other) | |
Definition at line 63 of file inmost_expression.h.
|
inline |
Definition at line 68 of file inmost_expression.h.
|
inline |
Definition at line 69 of file inmost_expression.h.
|
inline |
|
inlinevirtual |
Reimplemented from INMOST::shell_expression< var_expression >.
Definition at line 71 of file inmost_expression.h.
|
inlinevirtual |
Reimplemented from INMOST::shell_expression< var_expression >.
Definition at line 72 of file inmost_expression.h.
|
inlinevirtual |
Reimplemented from INMOST::shell_expression< var_expression >.
Definition at line 70 of file inmost_expression.h.
|
inline |
Definition at line 73 of file inmost_expression.h.
1.8.5