pub fn factorize_simplicial_symbolic_qr_scratch<I: Index>(
nrows: usize,
ncols: usize,
) -> StackReqExpand description
computes the size and alignment of the workspace required to compute the symbolic $QR$
factorization of a matrix with dimensions (nrows, ncols)