Macaulay2 Engine
Loading...
Searching...
No Matches

◆ getPrimaryDegreeVector()

std::vector< int > Monoid::getPrimaryDegreeVector ( ) const

Definition at line 237 of file monoid.cpp.

238{
239 return primary_degree_of_vars();
240}
const std::vector< int > & primary_degree_of_vars() const
Definition monoid.hpp:178

References primary_degree_of_vars().