Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ Reduce
Function
Reduce
factory/variable.cc:309–317 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
307
}
308
309
void Reduce( bool on)
310
{
311
int i;
312
for (i=ExtensionLevel(); i>0;i--)
313
{
314
Variable l(-i);
315
setReduce(l,on);
316
}
317
}
Callers
nothing calls this directly
Calls
2
ExtensionLevel
Function · 0.85
setReduce
Function · 0.85
Tested by
no test coverage detected