pub fn solve_transpose_req<I, E>(
    qr_size: usize,
    qr_blocksize: usize,
    rhs_ncols: usize,
) -> Result<StackReq, SizeOverflow>
where I: Index, E: Entity,
Expand description

Computes the size and alignment of required workspace for solving a linear system defined by the transpose of a matrix ouf of place, given its QR decomposition with column pivoting.