|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.numericalmethod.suanshu.analysis.function.polynomial.root.jenkinstraub.JenkinsTraubReal
public class JenkinsTraubReal
An implementation of Jenkins-Traub algorithm for solving real polynomial equations of any degree.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.numericalmethod.suanshu.analysis.function.polynomial.root.Solver |
|---|
Solver.RootFindingException, Solver.Type |
| Constructor Summary | |
|---|---|
JenkinsTraubReal()
Create an instance of Jenkins-Traub algorithm for solving polynomial equations. |
|
| Method Summary | |
|---|---|
NumberList |
solve(Polynomial polynomial)
Compute the roots for a polynomial. |
Solver.Type |
type()
Get the type of the solver. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JenkinsTraubReal()
| Method Detail |
|---|
public Solver.Type type()
Solver
type in interface Solverpublic NumberList solve(Polynomial polynomial)
solve in interface Solverpolynomial - the polynomial to be solved
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||