pub fn factorize_symbolic_cholesky<I: Index>(
    A: SymbolicSparseColMatRef<'_, I>,
    side: Side,
    params: CholeskySymbolicParams<'_>
) -> Result<SymbolicCholesky<I>, FaerError>
Expand description

Computes the symbolic Cholesky factorization of the matrix A, or returns an error if the operation could not be completed.