pub fn pseudoinverse_from_svd<T: ComplexField>(
pinv: MatMut<'_, T>,
s: DiagRef<'_, T>,
u: MatRef<'_, T>,
v: MatRef<'_, T>,
par: Par,
stack: &mut MemStack,
)Expand description
computes a self-adjoint matrix’s pseudoinverse, given the svd factors $S$, $U$ and $V$