Function factorize_supernodal_numeric_llt_req
pub fn factorize_supernodal_numeric_llt_req<I, E>(
symbolic: &SymbolicSupernodalCholesky<I>,
parallelism: Parallelism<'_>,
) -> Result<StackReq, SizeOverflow>
Expand description
Returns the size and alignment of the workspace required to compute the numeric
Cholesky LLT factorization of a matrix A
with dimension n
.