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