We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6257c18 commit d35d820Copy full SHA for d35d820
test/cholmod.jl
@@ -12,7 +12,7 @@ using SparseArrays.CHOLMOD: getcommon
12
using Random
13
using Serialization
14
using LinearAlgebra:
15
- I, cholesky, cholesky!, det, diag, eigmax, ishermitian, isposdef, issuccess,
+ I, cholesky, cholesky!, det, diag, eigmax, ishermitian, isposdef, issuccess, factorize,
16
issymmetric, ldiv!, ldlt, ldlt!, logdet, norm, opnorm, Diagonal, Hermitian, Symmetric,
17
PosDefException, ZeroPivotException, RowMaximum
18
using SparseArrays
0 commit comments