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 2768ecb commit 098e373Copy full SHA for 098e373
src/AlgebraicSolving.jl
@@ -12,6 +12,7 @@ include("interfaces/nemo.jl")
12
include("algorithms/groebner-bases.jl")
13
include("algorithms/normal-forms.jl")
14
include("algorithms/solvers.jl")
15
+include("algorithms/other-algorithms.jl")
16
#= siggb =#
17
include("siggb/siggb.jl")
18
#= examples =#
src/algorithms/other-algorithms.jl
@@ -0,0 +1,3 @@
1
+function dimension(I::Ideal{T}) where T <: MPolyRingElem
2
+
3
+end
0 commit comments