Qcheb Type

Computes the 12-th order and 24-th order Chebyshev approximations to f(x) on [a,b].

Constructors

Constructor Description

Qcheb()

Full Usage: Qcheb()

Instance members

Instance member Description

this.Approximate

Full Usage: this.Approximate

Parameters:
    f : Func<float, float>
    a : float
    b : float
    cheb12 : float[]
    cheb24 : float[]

f : Func<float, float>
a : float
b : float
cheb12 : float[]
cheb24 : float[]

Static members

Static member Description

Qcheb.Approximation(f, a, b, cheb12, cheb24)

Full Usage: Qcheb.Approximation(f, a, b, cheb12, cheb24)

Parameters:
    f : Func<float, float>
    a : float
    b : float
    cheb12 : float[]
    cheb24 : float[]

f : Func<float, float>
a : float
b : float
cheb12 : float[]
cheb24 : float[]