Skip to content

Commit d35d820

Browse files
committed
use factorize
1 parent 6257c18 commit d35d820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cholmod.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ using SparseArrays.CHOLMOD: getcommon
1212
using Random
1313
using Serialization
1414
using LinearAlgebra:
15-
I, cholesky, cholesky!, det, diag, eigmax, ishermitian, isposdef, issuccess,
15+
I, cholesky, cholesky!, det, diag, eigmax, ishermitian, isposdef, issuccess, factorize,
1616
issymmetric, ldiv!, ldlt, ldlt!, logdet, norm, opnorm, Diagonal, Hermitian, Symmetric,
1717
PosDefException, ZeroPivotException, RowMaximum
1818
using SparseArrays

0 commit comments

Comments
 (0)