Public Member Functions | |
rgq_cf_b (double initial) | |
double | operator() (int n, double x) |
b
coefficients for the regularized gamma continued fraction. rgq_cf_b::rgq_cf_b | ( | double | initial | ) | [inline] |
Create a functor with the given initial value.
initial | the a parameter passed into regularized_gamma_q . |
double rgq_cf_b::operator() | ( | int | n, | |
double | x | |||
) | [inline] |
Access the n
th coefficient of the continued fraction.
n | the coefficient index. | |
x | the evaluate point. |
n
th coefficient at the evalutation point of x
.