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

◆ Find()

template<typename MonomType>
const Triple< MonomType > * BIBasis::TSet< MonomType >::Find ( const MonomType & monom) const

Definition at line 149 of file tset.hpp.

150 {
151 return JTree.Find(monom);
152 }
JanetTree< MonomType > JTree
Definition tset.hpp:52

References JTree.