Module sleplet.meshes.mesh_slepian_functions

Contains the MeshSlepianFunctions class.

Classes

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

Create Slepian functions of a given 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