Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
void
43
Evaluation::nextpoint()
44
{
45
int n = values.max();
46
for ( int i = values.min(); i <= n; i++ )
47
values[i] += 1;
48
}
49
50
void
51
Evaluation::setValue(int i, const CanonicalForm& f)
Callers
10
choosePoint
Function · 0.45
findeval
Function · 0.45
gcd_test_one
Function · 0.45
findEvaluation
Function · 0.45
modularIrredTestWithShift
Function · 0.45
evalPoints
Function · 0.45
multiFactorize
Function · 0.45
RothsteinTragerResultant
Function · 0.45
evalPoints4AbsFact
Function · 0.45
absFactorizeMain
Function · 0.45
Calls
2
max
Method · 0.45
min
Method · 0.45
Tested by
no test coverage detected