MCPcopy Create free account
hub / github.com/Singular/Singular / getRoot

Method getRoot

kernel/numeric/mpr_numeric.h:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 gmp_complex & evPointCoord( const int i );
87
88 inline gmp_complex * getRoot( const int i )
89 {
90 return theroots[i];
91 }
92
93 bool swapRoots( const int from, const int to );
94

Callers 3

nuLagSolveFunction · 0.80
listOfRootsFunction · 0.80
minkowksiFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected