Function lu_in_place_req
pub fn lu_in_place_req<I, E>(
m: usize,
n: usize,
parallelism: Parallelism<'_>,
params: FullPivLuComputeParams,
) -> Result<StackReq, SizeOverflow>
Expand description
Computes the size and alignment of required workspace for performing an LU decomposition with full pivoting.