Class LaP#

Inheritance Relationships#

Base Type#

Class Documentation#

tfc.utils.BF_Py.LaP : public tfc.utils.BF_Py.BasisFunc
Laguerre polynomial basis functions.

Protected Functions

_Hint(self, JaxOrNumpyArray z, uint d)#
Internal method used to calcualte the LaP basis function values.

Parameters
----------
z : NDArray
    Values to calculate the basis functions for.
d : uint
    Derivative order.

Returns
-------
H : NDArray
    Basis function values.

Protected Attributes

_m#