Class CP#

Inheritance Relationships#

Base Type#

Derived Type#

Class Documentation#

tfc.utils.BF.BF_Py.CP : public tfc.utils.BF.BF_Py.BasisFunc
Chebyshev polynomial basis functions.

Subclassed by tfc.utils.BF.BF_Py.nCP

Public Functions

__init__(self, Number x0, Number xf, npt.NDArray nC, uint m)#
Initialize the basis class.

Parameters
----------
x0 : Number
    Start of the problem domain.
xf : Number
    End of the problem domain.
nC : npt.NDArray
    Basis functions to be removed
m:  uint
    Number of basis functions.