Class nCP#

Inheritance Relationships#

Base Types#

Class Documentation#

tfc.utils.BF.BF_Py.nCP : public tfc.utils.BF.BF_Py.nBasisFunc , public tfc.utils.BF.BF_Py.CP
n-dimensional Chebyshev polynomial basis functions.

Public Functions

__init__(self, npt.NDArray x0, npt.NDArray xf, npt.NDArray nC, uint m)#
Initialize the n-dimensional CP class.

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