|
XJRT Rendering Toolkit 1.0b06 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.autochthonous.math.SturmSolver
org.autochthonous.math.QuarticSturmSolver
Field Summary |
Fields inherited from class org.autochthonous.math.SturmSolver |
repeated |
Constructor Summary | |
QuarticSturmSolver()
|
Method Summary | |
int |
changesAtX(double x)
calculate the sign changes in the sturm sequence in at value x |
void |
init(double[] coef)
build up a sturm sequence for a polynomial, returning the number of polynomials in the sequence |
static void |
main(java.lang.String[] args)
|
Methods inherited from class org.autochthonous.math.SturmSolver |
findRoot, findRoots |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public QuarticSturmSolver()
Method Detail |
public int changesAtX(double x)
SturmSolver
changesAtX
in class SturmSolver
public void init(double[] coef)
init
in interface Solver
init
in class SturmSolver
public static void main(java.lang.String[] args)
|
XJRT Rendering Toolkit 1.0b06 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |