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.
vars(::UnivPoly)
1 parent 5371d6c commit 5f9adbaCopy full SHA for 5f9adba
src/generic/UnivPoly.jl
@@ -40,12 +40,6 @@ number_of_generators(S::UniversalPolyRing) = number_of_generators(mpoly_ring(S))
40
41
symbols(S::UniversalPolyRing) = symbols(mpoly_ring(S))
42
43
-function vars(p::UnivPoly{T}) where {T}
44
- S = parent(p)
45
- V = vars(data(p))
46
- return [UnivPoly{T}(v, S) for v in V]
47
-end
48
-
49
internal_ordering(p::UniversalPolyRing) = internal_ordering(mpoly_ring(p))
50
51
data(p::UnivPoly{T}) where {T<:RingElement} = p.p::mpoly_type(T)
0 commit comments