INMOST
A toolkit for distributed mathematical modeling
|
Public Member Functions | |
const_pow_expression (INMOST_DATA_REAL_TYPE pleft, const shell_expression< A > &pright) | |
const_pow_expression (const const_pow_expression &other) | |
const_pow_expression (const const_pow_expression &other, const A &pright) | |
__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 |
Public Member Functions inherited from INMOST::shell_expression< const_pow_expression< A > > | |
operator const_pow_expression< A > & () | |
operator const const_pow_expression< A > & () const | |
Additional Inherited Members | |
Static Protected Attributes inherited from INMOST::basic_expression | |
static thread_private< Sparse::RowMerger > | merger |
Definition at line 2147 of file inmost_expression.h.