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 af8d72c commit 0bbd664Copy full SHA for 0bbd664
src/certification.jl
@@ -621,7 +621,8 @@ function CertificationCache(F::AbstractSystem)
621
)
622
end
623
624
-Base.setprecision(M::AcbRefMatrix, p::Int) = AcbRefMatrix(M.acb_mat; shallow = true, prec = p)
+Base.setprecision(M::AcbRefMatrix, p::Int) =
625
+ AcbRefMatrix(M.acb_mat; shallow = true, prec = p)
626
function set_arb_precision!(cache::CertificationCache, p::Int)
627
cache.arb_prec == p && return cache
628
cache.arb_prec = p
0 commit comments