Function invert_req
pub fn invert_req<I, E>(
nrows: usize,
ncols: usize,
parallelism: Parallelism<'_>,
) -> Result<StackReq, SizeOverflow>
Expand description
Computes the size and alignment of required workspace for computing the inverse of a matrix out of place, given its partial pivoting LU decomposition.