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

Method getLength

factory/DegreePattern.h:86–90  ·  view source on GitHub ↗

getter @return @a getLength returns the length of the degree pattern

Source from the content-addressed store, hash-verified

84 ///
85 /// @return @a getLength returns the length of the degree pattern
86 inline int getLength() const
87 {
88 ASSERT( m_data != NULL, "non-null pointer expected" );
89 return m_data->m_length;
90 }
91
92 /// operator []
93 ///

Callers 12

intersectMethod · 0.45
absBiFactorizeMainFunction · 0.45
biFactorizeFunction · 0.45
extFactorRecombinationFunction · 0.45
factorRecombinationFunction · 0.45
earlyFactorDetectionFunction · 0.45
extEarlyFactorDetectionFunction · 0.45
henselLiftAndEarlyFunction · 0.45
sieveSmallFactorsFunction · 0.45
extSieveSmallFactorsFunction · 0.45
facFqBivar.ccFile · 0.45
biFactorizeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected