core#

Module to offer the Core functionalities for the ill-posed inversion calculation.

This module includes the usefull functions or base classes for the ill-posed inversion calculation based on Singular Value Decomposition (SVD) method.

The implementation is based on the inversion theory.

Functions

compute_svd(T, H[, Q, use_gpu, dtype, sp])

Compute singular value decomposition (SVD) components of the generalized Tikhonov regularization problem.

Classes

_SVDBase(s, U, basis[, B, data])

Base class for inversion calculation based on Singular Value Decomposition (SVD) method.