Function factorize_simplicial_symbolic_req
pub fn factorize_simplicial_symbolic_req<I>(
n: usize,
) -> Result<StackReq, SizeOverflow>where
I: Index,
Expand description
Computes the size and alignment of the workspace required to compute the symbolic
Cholesky factorization of a square matrix with size n
.