Function solve_in_place_req
pub fn solve_in_place_req<I, E>(
dim: usize,
rhs_ncols: usize,
parallelism: Parallelism<'_>,
) -> Result<StackReq, SizeOverflow>
Expand description
Computes the size and alignment of required workspace for solving a linear system defined by a matrix in place, given its Bunch-Kaufman decomposition.