INMOST
A toolkit for distributed mathematical modeling
|
Public Member Functions | |
multivar_expression_reference () | |
Default constructor. | |
multivar_expression_reference (INMOST_DATA_REAL_TYPE &_value, Sparse::Row *_entries) | |
Constructor, set links to the provided value and entries. | |
multivar_expression_reference (const multivar_expression_reference &other) | |
Copy constructor, sets links to the same reference of value and entries. | |
multivar_expression_reference (multivar_expression &other) | |
Copy constructor from multivar_expression, sets links to the same reference of value and entries. | |
__INLINE INMOST_DATA_REAL_TYPE | GetValue () const |
Retrieve value. | |
__INLINE void | SetValue (INMOST_DATA_REAL_TYPE val) |
Set value without changing derivatives. | |
__INLINE void | GetJacobian (INMOST_DATA_REAL_TYPE mult, Sparse::RowMerger &r) const |
Retrieve derivatives with multiplier into Sparse::RowMerger structure. | |
__INLINE void | GetJacobian (INMOST_DATA_REAL_TYPE mult, Sparse::Row &r) const |
Retrieve derivatives with multiplier into Sparse::Row structure. | |
__INLINE void | GetHessian (INMOST_DATA_REAL_TYPE multJ, Sparse::Row &J, INMOST_DATA_REAL_TYPE multH, Sparse::HessianRow &H) const |
__INLINE INMOST_DATA_ENUM_TYPE | GetCount () const |
multivar_expression_reference & | operator= (INMOST_DATA_REAL_TYPE pvalue) |
__INLINE multivar_expression_reference & | operator= (basic_expression const &expr) |
__INLINE multivar_expression_reference & | operator= (multivar_expression_reference const &other) |
__INLINE Sparse::Row & | GetRow () |
__INLINE const Sparse::Row & | GetRow () const |
__INLINE INMOST_DATA_REAL_TYPE | GetDerivative (INMOST_DATA_ENUM_TYPE index) const |
__INLINE multivar_expression_reference & | operator+= (basic_expression const &expr) |
__INLINE multivar_expression_reference & | operator-= (basic_expression const &expr) |
__INLINE multivar_expression_reference & | operator*= (basic_expression const &expr) |
__INLINE multivar_expression_reference & | operator/= (basic_expression const &expr) |
__INLINE multivar_expression_reference & | operator+= (INMOST_DATA_REAL_TYPE right) |
__INLINE multivar_expression_reference & | operator-= (INMOST_DATA_REAL_TYPE right) |
__INLINE multivar_expression_reference & | operator*= (INMOST_DATA_REAL_TYPE right) |
__INLINE multivar_expression_reference & | operator/= (INMOST_DATA_REAL_TYPE right) |
bool | check_nans () const |
bool | check_infs () const |
Public Member Functions inherited from INMOST::shell_expression< multivar_expression_reference > | |
operator multivar_expression_reference & () | |
operator const multivar_expression_reference & () const | |
Additional Inherited Members | |
Static Protected Attributes inherited from INMOST::basic_expression | |
static thread_private< Sparse::RowMerger > | merger |
Definition at line 641 of file inmost_expression.h.