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

◆ End() [1/2]

template<typename MonomType>
TSet< MonomType >::Iterator BIBasis::TSet< MonomType >::End ( )

Definition at line 103 of file tset.hpp.

104 {
105 return TripleList.end();
106 }
std::list< Triple< MonomType > * > TripleList
Definition tset.hpp:51

References TripleList.