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

◆ operator[]()

template<typename MonomType>
const Polynom< MonomType > & BIBasis::BooleanInvolutiveBasis< MonomType >::operator[] ( int number) const

Definition at line 126 of file involutive.hpp.

127 {
129 for (unsigned i = Length()-1-num; i > 0; i--)
130 {
131 ++it;
132 }
133 return **it;
134 }
std::list< Polynom< MonomType > * > GBasis

References GBasis, and Length().