Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ min
Function
min
kernel/fast_mult.cc:268–271 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
266
return (a>b)? a:b;
267
}
268
static inline int min(int a, int b)
269
{
270
return (a>b)? b:a;
271
}
272
poly unifastmult(poly f,poly g, ring r)
273
{
274
int vn=1;
Callers
7
replaceFirstOrSecond
Method · 0.85
Data
Method · 0.85
negabs
Method · 0.85
computeNegativeBound
Method · 0.85
multifastmult
Function · 0.85
add_coef_times_sparse
Function · 0.85
add_coef_times_dense
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected