Function solve_in_place_req
pub fn solve_in_place_req<E>(
qr_size: usize,
qr_blocksize: usize,
rhs_ncols: usize,
) -> Result<StackReq, SizeOverflow>where
E: Entity,
Expand description
Computes the size and alignment of required workspace for solving a linear system defined by a matrix in place, given its QR decomposition.