Module sleplet.meshes.mesh_basis_functions

Contains the MeshBasisFunctions class.

Classes

class MeshBasisFunctions (*args: Any, **kwargs: Any)

Create the eigenfunctions of the Laplacian of the mesh.

Ancestors

Class variables

var coefficients : numpy.ndarray[typing.Any, numpy.dtype[numpy.complex128 | numpy.float64]]
var rank : int

Slepian eigenvalues are ordered in decreasing value. The option rank selects a given Slepian function from the spectrum (p in the papers).

var wavelet_coefficients : numpy.ndarray[typing.Any, numpy.dtype[numpy.complex128 | numpy.float64]]
var wavelets : numpy.ndarray[typing.Any, numpy.dtype[numpy.float64]]

Inherited members