INMOST
A toolkit for distributed mathematical modeling
INMOST::atan2_expression< A, B > Class Template Reference
Inheritance diagram for INMOST::atan2_expression< A, B >:
Collaboration diagram for INMOST::atan2_expression< A, B >:

Public Member Functions

 atan2_expression (const shell_expression< A > &pleft, const shell_expression< B > &pright)
 
 atan2_expression (const atan2_expression &other)
 
 atan2_expression (const atan2_expression &other, const A &pleft, const B &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< atan2_expression< A, B > >
 operator atan2_expression< A, B > & ()
 
 operator const atan2_expression< A, B > & () const
 

Additional Inherited Members

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

Detailed Description

template<class A, class B>
class INMOST::atan2_expression< A, B >

Definition at line 2063 of file inmost_expression.h.


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