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