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

Function getReduce

factory/variable.cc:232–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232bool getReduce( const Variable & alpha )
233{
234 ASSERT( alpha.level() < 0 && alpha.level() != LEVELBASE, "illegal extension" );
235 return algextensions[-alpha.level()].reduce();
236}
237
238void setReduce( const Variable & alpha, bool reduce )
239{

Callers 15

factorizeFunction · 0.85
invertMethod · 0.85
tryInvertMethod · 0.85
mulsameMethod · 0.85
tryMulsameMethod · 0.85
divsameMethod · 0.85
tryDivsameMethod · 0.85
modsameMethod · 0.85
divremsameMethod · 0.85
divremsametMethod · 0.85
tryDivremsametMethod · 0.85
dividecoeffMethod · 0.85

Calls 2

levelMethod · 0.45
reduceMethod · 0.45

Tested by

no test coverage detected