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 5c432ed commit 90763f0Copy full SHA for 90763f0
src/algorithms/solvers.jl
@@ -248,7 +248,9 @@ function rational_parametrization(
248
return I.rat_param
249
end
250
251
-
+@doc Markdown.doc"""
252
+ rational_solutions(I::Ideal{T} where T <: MPolyElem, <keyword arguments>)
253
+"""
254
function rational_solutions(
255
I::Ideal{T} where T <: MPolyElem; # input generators
256
initial_hts::Int=17, # hash table size, default 2^17
0 commit comments