inv_erf_f Class Reference

List of all members.

Public Member Functions

 inv_erf_f (double y)
double operator() (double x)


Detailed Description

Inverse error function functor. This functor is used by a root finding routine to find inverse values for the error function.

Constructor & Destructor Documentation

inv_erf_f::inv_erf_f ( double  y  )  [inline]

Create a functor with the given error function value.

Parameters:
y the target value.


Member Function Documentation

double inv_erf_f::operator() ( double  x  )  [inline]

Evaluate this functor at the given evaluation point.

Parameters:
x the evaluation point.
Returns:
the value of this functor at x.


The documentation for this class was generated from the following file:
Generated on Wed Nov 21 22:22:15 2007 for numerics4c++ by  doxygen 1.5.3