pub fn factorize_supernodal_symbolic_qr_req<I>(
    nrows: usize,
    ncols: usize,
) -> Result<StackReq, SizeOverflow>
where I: Index,
Expand description

Computes the size and alignment of the workspace required to compute the symbolic QR factorization of a matrix with dimensions (nrows, ncols).