INMOST
A toolkit for distributed mathematical modeling
INMOST::const_expression Class Reference
Inheritance diagram for INMOST::const_expression:
Collaboration diagram for INMOST::const_expression:

Public Member Functions

 const_expression (const const_expression &other)
 
 const_expression (INMOST_DATA_REAL_TYPE pvalue)
 
__INLINE INMOST_DATA_REAL_TYPE GetValue () const
 
__INLINE void GetJacobian (INMOST_DATA_REAL_TYPE mult, Sparse::RowMerger &r) const
 
__INLINE void GetJacobian (INMOST_DATA_REAL_TYPE mult, Sparse::Row &r) const
 
__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
 
__INLINE const_expressionoperator= (const_expression const &other)
 
- Public Member Functions inherited from INMOST::shell_expression< const_expression >
 operator const_expression & ()
 
 operator const const_expression & () const
 

Additional Inherited Members

- Static Protected Attributes inherited from INMOST::basic_expression
static thread_private< Sparse::RowMergermerger
 

Detailed Description

Definition at line 66 of file inmost_expression.h.


The documentation for this class was generated from the following file: