FLOPC++
Private Member Functions | Private Attributes | Friends | List of all members
flopc::Constant_product Class Reference
Inheritance diagram for flopc::Constant_product:
Inheritance graph
[legend]
Collaboration diagram for flopc::Constant_product:
Collaboration graph
[legend]

Private Member Functions

 Constant_product (const MP_domain &i, const Constant &e)
 
void operator() () const
 
double evaluate () const
 

Private Attributes

MP_domain d
 
Constant exp
 
double the_product
 

Friends

Constant product (const MP_domain &i, const Constant &e)
 Returns the sum of two constants. More...
 

Additional Inherited Members

- Public Member Functions inherited from flopc::Constant_base
virtual int getStage () const
 
virtual int stage () const
 
- Protected Member Functions inherited from flopc::Constant_base
 Constant_base ()
 
virtual ~Constant_base ()
 
- Protected Member Functions inherited from flopc::Functor
 Functor ()
 
virtual ~Functor ()
 
- Protected Attributes inherited from flopc::Constant_base
int count
 

Detailed Description

Definition at line 254 of file MP_constant.cpp.

Constructor & Destructor Documentation

flopc::Constant_product::Constant_product ( const MP_domain i,
const Constant e 
)
inlineprivate

Definition at line 257 of file MP_constant.cpp.

Member Function Documentation

double flopc::Constant_product::evaluate ( ) const
inlineprivatevirtual

Implements flopc::Constant_base.

Definition at line 261 of file MP_constant.cpp.

void flopc::Constant_product::operator() ( ) const
inlineprivatevirtual

Implements flopc::Functor.

Definition at line 258 of file MP_constant.cpp.

Friends And Related Function Documentation

Constant product ( const MP_domain i,
const Constant e 
)
friend

Returns the sum of two constants.

Todo:
description? Haven't used this.
Parameters
iMP_domain used in evaluation
econstant

Definition at line 281 of file MP_constant.cpp.

Member Data Documentation

MP_domain flopc::Constant_product::d
private

Definition at line 267 of file MP_constant.cpp.

Constant flopc::Constant_product::exp
private

Definition at line 268 of file MP_constant.cpp.

double flopc::Constant_product::the_product
mutableprivate

Definition at line 269 of file MP_constant.cpp.


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