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 174ba9f commit e5513a8Copy full SHA for e5513a8
src/interfaces/nemo.jl
@@ -37,7 +37,7 @@ function _convert_to_msolve(
37
else
38
for i in 1:nr_gens
39
for cf in coefficients(F[i])
40
- push!(cfs, Int32(data(cf)))
+ push!(cfs, Int32(data(prime_field(base_ring(R))(cf))))
41
end
42
43
@@ -85,7 +85,7 @@ function _convert_finite_field_gb_to_abstract_algebra(
85
nr_vars = nvars(R)
86
CR = coefficient_ring(R)
87
88
- basis = Nemo.gfp_mpoly[]
+ basis = []
89
#= basis = Vector{MPolyElem}(undef, bld) =#
90
91
len = 0
0 commit comments