MCPcopy Create free account
hub / github.com/Singular/Singular / Reset

Method Reset

libpolys/polys/PolyEnumerator.h:54–59  ·  view source on GitHub ↗

Reset this polynomial Enumerator with a different input polynomial

Source from the content-addressed store, hash-verified

52
53 /// Reset this polynomial Enumerator with a different input polynomial
54 void Reset(poly p)
55 {
56 m_poly = p;
57 m_position = const_cast<poly>(&m_prevposition_struct);
58 assume( !IsValid() );
59 }
60
61 /// This enumerator is an empty polynomial by default
62 CBasePolyEnumerator(poly p = NULL):

Callers 8

ndClearContentFunction · 0.45
nlClearContentFunction · 0.45
nlClearDenominatorsFunction · 0.45
MoveNextMethod · 0.45
ResetMethod · 0.45
naClearContentFunction · 0.45
ntClearContentFunction · 0.45
ntClearDenominatorsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected