Computes the 12-th order and 24-th order Chebyshev approximations to f(x) on [a,b].
Constructor | Description |
Full Usage:
Qcheb()
|
|
Instance member | Description |
Full Usage:
this.Approximate
Parameters:
Func<float, float>
a : float
b : float
cheb12 : float[]
cheb24 : float[]
|
|