|
Bouncy Castle Rendering Toolkit 1.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.math.SturmSolver | +--org.bouncycastle.math.QuarticSturmSolver
Fields inherited from class org.bouncycastle.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.bouncycastle.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 class SturmSolver
public static void main(java.lang.String[] args)
|
Bouncy Castle Rendering Toolkit 1.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |