BALL
1.4.2
|
#include <BALL/MATHS/function.h>
Public Member Functions | |
Constructors and destructor | |
Reciprocal () | |
Reciprocal (const Reciprocal &reciprocal) | |
virtual | ~Reciprocal () |
Assignment | |
Reciprocal< Function, DataType > & | operator= (const Reciprocal< Function, DataType > &reciprocal) |
Predicates | |
bool | operator== (const Reciprocal< Function, DataType > &reciprocal) const |
Function realization | |
BALL_INLINE DataType | operator() (const DataType &x) const |
Accessors | |
void | setFunction (const Function &function) |
const Function & | getFunction () const |
Protected Attributes | |
Function | function_ |
Reciprocal class.
Definition at line 606 of file function.h.
BALL_INLINE BALL::Reciprocal< Function, DataType >::Reciprocal | ( | ) |
Default constructor
Definition at line 1259 of file function.h.
BALL_INLINE BALL::Reciprocal< Function, DataType >::Reciprocal | ( | const Reciprocal< Function, DataType > & | reciprocal | ) |
Copy constructor
Definition at line 1266 of file function.h.
|
virtual |
Destructor
Definition at line 1273 of file function.h.
|
inline |
get the function argument of the reciprocal
Definition at line 685 of file function.h.
|
inline |
Evaluation of this subterm
x | the point where to evaluate |
Exception::DivisionByZero | if x is zero |
Definition at line 657 of file function.h.
BALL_INLINE Reciprocal< Function, DataType > & BALL::Reciprocal< Function, DataType >::operator= | ( | const Reciprocal< Function, DataType > & | reciprocal | ) |
Assignment operator
Definition at line 1279 of file function.h.
BALL_INLINE bool BALL::Reciprocal< Function, DataType >::operator== | ( | const Reciprocal< Function, DataType > & | reciprocal | ) | const |
Equality operator
Definition at line 1287 of file function.h.
|
inline |
set the function argument of the reciprocal
Definition at line 677 of file function.h.
|
protected |
Definition at line 696 of file function.h.