pub fn sparse_matrix_sparse_cholesky<O0: Into<Output>, O1: Into<Output>>(
    input: O0,
    permutation: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for SparseMatrixSparseCholesky::new().build(input, permutation, scope).