Module sleplet.meshes.mesh_slepian_coefficients

Contains the abstract MeshSlepianCoefficients class.

Classes

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

Abstract parent class to handle Slepian coefficients on the mesh.

Ancestors

Subclasses

Class variables

var coefficients : numpy.ndarray[typing.Any, numpy.dtype[numpy.complex128 | numpy.float64]]
var mesh_slepianMeshSlepian | None
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