File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ SymEngine_jll = "3428059b-622b-5399-b16f-d347a77089a4"
29
29
TreeViews = " a2a6695c-b41b-5b7d-aed9-dbfdeacea5d7"
30
30
31
31
[compat ]
32
- Arblib = " 0.7,0.8 "
32
+ Arblib = " 1.2 "
33
33
DynamicPolynomials = " 0.5, 0.6"
34
34
ElasticArrays = " 1"
35
35
FiniteDiff = " 2.15"
Original file line number Diff line number Diff line change @@ -621,7 +621,8 @@ function CertificationCache(F::AbstractSystem)
621
621
)
622
622
end
623
623
624
- Base. setprecision (M:: AcbRefMatrix , p:: Int ) = AcbRefMatrix (M. acb_mat, p)
624
+ Base. setprecision (M:: AcbRefMatrix , p:: Int ) =
625
+ AcbRefMatrix (M. acb_mat; shallow = true , prec = p)
625
626
function set_arb_precision! (cache:: CertificationCache , p:: Int )
626
627
cache. arb_prec == p && return cache
627
628
cache. arb_prec = p
You can’t perform that action at this time.
0 commit comments