pub fn pseudoinverse_from_self_adjoint_evd_with_tolerance<T: ComplexField>(
pinv: MatMut<'_, T>,
s: ColRef<'_, T>,
u: MatRef<'_, T>,
abs_tol: T::Real,
rel_tol: T::Real,
par: Par,
stack: &mut MemStack,
)Expand description
computes a self-adjoint matrix’s pseudoinverse, given the eigendecomposition factors $S$ and $U$, and tolerance parameters for determining zero eigenvalues