Function compute_hermitian_pseudoinverse_req
pub fn compute_hermitian_pseudoinverse_req<E>(
n: usize,
parallelism: Parallelism<'_>,
) -> Result<StackReq, SizeOverflow>where
E: ComplexField,
Expand description
Computes the size and alignment of required workspace for performing a decomposed Hermitian matrix pseudoi inverse