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

◆ Reset()

template<typename MonomType>
void BIBasis::BooleanInvolutiveBasis< MonomType >::Reset ( )
private

Definition at line 396 of file involutive.hpp.

397 {
398 IntermediateBasis.Clear();
399 ProlongationsSet.Clear();
400 GBasis.clear();
401 }
std::list< Polynom< MonomType > * > GBasis
TSet< MonomType > IntermediateBasis
QSet< MonomType > ProlongationsSet

References GBasis, IntermediateBasis, and ProlongationsSet.

Referenced by BooleanInvolutiveBasis(), Construct(), and ~BooleanInvolutiveBasis().