Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ F
Function
F
ppcc/adlib/basic.h:51–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
50
template <typename R, typename A, typename C>
51
static inline Lambda<R, A, C> F(R(*fn)(A, C), C context) {
52
return Lambda<R, A, C>(fn, context);
53
}
Callers
15
Main
Function · 0.70
absBiFactorizeMain
Function · 0.50
randomElement
Function · 0.50
GFRandomElement
Function · 0.50
FpRandomElement
Function · 0.50
evalPoint
Function · 0.50
Norm
Function · 0.50
sqrfNorm
Function · 0.50
testPoint
Function · 0.50
getCoeffs
Function · 0.50
evalPoint
Function · 0.50
extFactorRecombination
Function · 0.50
Calls
no outgoing calls
Tested by
1
Main
Function · 0.56