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

◆ wordHeft() [2/2]

int FreeMonoid::wordHeft ( Word & word,
int start_index ) const
inline

Definition at line 218 of file FreeMonoid.hpp.

218{ return wordWeight(word, mHeftDegrees, start_index); }
std::vector< int > word
int wordWeight(Word &word, const std::vector< int > &weight, int start_index) const
std::vector< int > mHeftDegrees

References mHeftDegrees, word, and wordWeight().