Function factorize_simplicial_numeric_llt_req
pub fn factorize_simplicial_numeric_llt_req<I, E>(
n: usize,
) -> 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
.