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 f0f12c1 commit c491492Copy full SHA for c491492
src/algorithms/hilbert.jl
@@ -206,7 +206,7 @@ function _num_hilbert_series_mono(exps::Vector{Vector{Int}})
206
pivexp = max(1, minimum(mon[ivarmax] for mon in rand(exps, 2)))
207
h = zero(A)
208
#Compute and partition gens of (exps):pivot
209
- Lquo = [Vector{Int64}[] for _ in 1:pivexp+2]
+ Lquo = [Vector{Int}[] for _ in 1:pivexp+2]
210
trivialquo = false
211
for mono in exps
212
if mono[ivarmax] <= pivexp
0 commit comments