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 3a244a9 commit e2b42e4Copy full SHA for e2b42e4
src/monomial_vector.jl
@@ -1,5 +1,9 @@
1
+function monomials(v::_TupleOrVector, degree, args...)
2
+ return monomials(variables(v), degree, args...)
3
+end
4
+
5
function monomials(v::AbstractVariable, degree, args...)
- return monomials((v,), degree, args...)
6
7
end
8
9
"""
0 commit comments