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

Method nextpoint

factory/cf_eval.cc:42–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void
43Evaluation::nextpoint()
44{
45 int n = values.max();
46 for ( int i = values.min(); i <= n; i++ )
47 values[i] += 1;
48}
49
50void
51Evaluation::setValue(int i, const CanonicalForm& f)

Callers 10

choosePointFunction · 0.45
findevalFunction · 0.45
gcd_test_oneFunction · 0.45
findEvaluationFunction · 0.45
evalPointsFunction · 0.45
multiFactorizeFunction · 0.45
RothsteinTragerResultantFunction · 0.45
evalPoints4AbsFactFunction · 0.45
absFactorizeMainFunction · 0.45

Calls 2

maxMethod · 0.45
minMethod · 0.45

Tested by

no test coverage detected