Skip to content

Commit d0576ea

Browse files
Update ArrayInterface.jl
1 parent c40655d commit d0576ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ArrayInterface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ Returns the number.
421421
"""
422422
bunchkaufman_instance(a::Any) = bunchkaufman(a, check = false)
423423

424-
const DEFAULT_CHOLESKY_PIVOT = Val(false)
424+
const DEFAULT_CHOLESKY_PIVOT = LinearAlgebra.NoPivot()
425425

426426
"""
427427
cholesky_instance(A, pivot = LinearAlgebra.RowMaximum()) -> cholesky_factorization_instance

0 commit comments

Comments
 (0)