Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ clear
Method
clear
Singular/LIB/surfex/Project.java:518–524 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
516
}
517
518
public
void
clear() {
519
eqAdm.clear();
520
cuAdm.clear();
521
parAdmin.clear();
522
solPtsAdm.clear();
523
newEquation();
524
}
525
526
public
void
setRootFinder(String s) {
527
rootFinder = s;
Callers
2
clearCurProj
Method · 0.95
closeProject
Method · 0.45
Calls
1
newEquation
Method · 0.95
Tested by
no test coverage detected