INMOST
Mathematical Modelling Toolkit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
INMOST::unary_pool_expression< A, ArgA > Class Template Reference

#include <inmost_variable.h>

Inheritance diagram for INMOST::unary_pool_expression< A, ArgA >:
Collaboration diagram for INMOST::unary_pool_expression< A, ArgA >:

Public Member Functions

 unary_pool_expression (const unary_pool< A, ArgA > &ppool)
 
 unary_pool_expression (const unary_pool_expression &other)
 
unary_pool_expressionoperator= (unary_pool_expression const &other)
 
__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
 
- Public Member Functions inherited from INMOST::shell_expression< unary_pool_expression< A, ArgA > >
 shell_expression ()
 
 shell_expression (const shell_expression &other)
 
 operator unary_pool_expression< A, ArgA > & ()
 
 operator const unary_pool_expression< A, ArgA > & () const
 
- Public Member Functions inherited from INMOST::basic_expression
 basic_expression ()
 
 basic_expression (const basic_expression &other)
 

Detailed Description

template<class A, class ArgA>
class INMOST::unary_pool_expression< A, ArgA >

Definition at line 297 of file inmost_variable.h.

Constructor & Destructor Documentation

template<class A , class ArgA >
INMOST::unary_pool_expression< A, ArgA >::unary_pool_expression ( const unary_pool< A, ArgA > &  ppool)
inline

Definition at line 301 of file inmost_variable.h.

template<class A , class ArgA >
INMOST::unary_pool_expression< A, ArgA >::unary_pool_expression ( const unary_pool_expression< A, ArgA > &  other)
inline

Definition at line 302 of file inmost_variable.h.

Member Function Documentation

template<class A , class ArgA >
__INLINE void INMOST::unary_pool_expression< A, ArgA >::GetDerivative ( INMOST_DATA_REAL_TYPE  mult,
Sparse::RowMerger r 
) const
inlinevirtual

Reimplemented from INMOST::shell_expression< unary_pool_expression< A, ArgA > >.

Definition at line 305 of file inmost_variable.h.

Here is the call graph for this function:

template<class A , class ArgA >
__INLINE void INMOST::unary_pool_expression< A, ArgA >::GetDerivative ( INMOST_DATA_REAL_TYPE  mult,
Sparse::Row r 
) const
inlinevirtual

Reimplemented from INMOST::shell_expression< unary_pool_expression< A, ArgA > >.

Definition at line 306 of file inmost_variable.h.

Here is the call graph for this function:

template<class A , class ArgA >
__INLINE INMOST_DATA_REAL_TYPE INMOST::unary_pool_expression< A, ArgA >::GetValue ( ) const
inlinevirtual

Reimplemented from INMOST::shell_expression< unary_pool_expression< A, ArgA > >.

Definition at line 304 of file inmost_variable.h.

Here is the call graph for this function:

template<class A , class ArgA >
unary_pool_expression& INMOST::unary_pool_expression< A, ArgA >::operator= ( unary_pool_expression< A, ArgA > const &  other)
inline

Definition at line 303 of file inmost_variable.h.


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