Skip to content

Commit

Permalink
Update ArrayInterface.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Nov 22, 2023
1 parent c40655d commit d0576ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ArrayInterface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ Returns the number.
"""
bunchkaufman_instance(a::Any) = bunchkaufman(a, check = false)

const DEFAULT_CHOLESKY_PIVOT = Val(false)
const DEFAULT_CHOLESKY_PIVOT = LinearAlgebra.NoPivot()

"""
cholesky_instance(A, pivot = LinearAlgebra.RowMaximum()) -> cholesky_factorization_instance
Expand Down

0 comments on commit d0576ea

Please sign in to comment.