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