rb_cf_b Class Reference

List of all members.

Public Member Functions

 rb_cf_b (double a, double b)
double operator() (unsigned int n, double x)


Detailed Description

Functor for the b coefficients for the regularized beta continued fraction.

Constructor & Destructor Documentation

rb_cf_b::rb_cf_b ( double  a,
double  b 
) [inline]

Create a functor with the given initial values.

Parameters:
a the a parameter passed into regularized_beta.
b the b parameter passed into regularized_beta.


Member Function Documentation

double rb_cf_b::operator() ( unsigned int  n,
double  x 
) [inline]

Access the nth coefficient of the continued fraction.

Parameters:
n the coefficient index.
x the evaluate point.
Returns:
the nth coefficient at the evalutation point of x.


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