flopc::Constant_abs Class Reference

Inheritance diagram for flopc::Constant_abs:
flopc::Constant_base

List of all members.

Private Member Functions

 Constant_abs (const Constant &c)
double evaluate () const

Private Attributes

Constant C

Friends

Constant abs (const Constant &c)
 for computing the absolute value of a constant value.This is used in the normal formation of an expression such as abs(-5)

Detailed Description

Definition at line 39 of file MP_constant.cpp.


Constructor & Destructor Documentation

flopc::Constant_abs::Constant_abs ( const Constant c  )  [inline, private]

Definition at line 42 of file MP_constant.cpp.


Member Function Documentation

double flopc::Constant_abs::evaluate (  )  const [inline, private, virtual]

Implements flopc::Constant_base.

Definition at line 43 of file MP_constant.cpp.

References C.


Friends And Related Function Documentation

Constant abs ( const Constant c  )  [friend]

for computing the absolute value of a constant value.This is used in the normal formation of an expression such as abs(-5)

  • input is a constant. It cannot be a variable expression.
  • Returns a Constant evaluating to the absolute value of the parameter

Member Data Documentation

Definition at line 46 of file MP_constant.cpp.

Referenced by evaluate().


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

Generated by  doxygen 1.6.2