Class nCP#
Defined in File BF_Py.py
Inheritance Relationships#
Base Types#
public tfc.utils.BF_Py.nBasisFunc(Class nBasisFunc)public tfc.utils.BF_Py.CP(Class CP)
Class Documentation#
- tfc.utils.BF_Py.nCP : public tfc.utils.BF_Py.nBasisFunc , public tfc.utils.BF_Py.CP
n-dimensional Chebyshev polynomial basis functions.
Public Functions
- __init__(self, JaxOrNumpyArray x0, JaxOrNumpyArray xf, JaxOrNumpyArray 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.