Function extendr_api::prelude::modules::lu::partial_pivoting::reconstruct::reconstruct_in_place_req
source ยท pub fn reconstruct_in_place_req<I, E>(
nrows: usize,
ncols: usize,
parallelism: Parallelism<'_>,
) -> Result<StackReq, SizeOverflow>Expand description
Computes the size and alignment of required workspace for reconstructing a matrix in place, given its partial pivoting LU decomposition.