SuanShu, a Java numerical and statistical library

Package com.numericalmethod.suanshu.analysis.function.polynomial.root

Interface Summary
Quartic.QuarticSolver This defines a quartic equation solver.
Solver All analytical root finding formulae for polynomials implement this interface.
 

Class Summary
Cubic This is a cubic equation solver.
Linear This is a linear equation solver.
Polyroot A solver for polynomial equations.
Quadratic This is a quadratic equation solver.
Quartic This is a quartic equation solver.
QuarticByFerrari This solves the quartic equations by the Ferrari method.
QuarticByFormula This solves the quartic equations by a root-finding formula.
Roots This class provides utility functions to access the roots returned by Solver.
 

Enum Summary
Solver.Type the type of polynomials the solver can solve
 

Exception Summary
Solver.RootFindingException RuntimeException thrown when it fails to find a root for a polynomial.
 


SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.