Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.numericalmethod.suanshu.analysis.function.polynomial.root Classes and Interfaces - 10 results found.
NameDescriptionTypePackageFramework
CubicRootThis is a cubic equation solver.Classcom.numericalmethod.suanshu.analysis.function.polynomial.rootSuanShu
JenkinsTraubRealThe Jenkins-Traub algorithm is a fast globally convergent iterative method for solving for polynomial roots.Classcom.numericalmethod.suanshu.analysis.function.polynomial.root.jenkinstraubSuanShu
LinearRootThis is a solver for finding the roots of a linear equation.Classcom.numericalmethod.suanshu.analysis.function.polynomial.rootSuanShu
PolyRootThis is a solver for finding the roots of a polynomial equation.Classcom.numericalmethod.suanshu.analysis.function.polynomial.rootSuanShu
PolyRootSolverA root (or a zero) of a polynomial p is a member x in the domain of p such that p(x) vanishes.Interfacecom.numericalmethod.suanshu.analysis.function.polynomial.rootSuanShu
QuadraticRootThis is a solver for finding the roots of a quadratic equation, (ax^2 + bx + c = 0).Classcom.numericalmethod.suanshu.analysis.function.polynomial.rootSuanShu
QuarticRootThis is a quartic equation solver that solves (ax^4 + bx^3 + cx^2 + dx + e = 0).Classcom.numericalmethod.suanshu.analysis.function.polynomial.rootSuanShu
QuarticRoot .QuarticSolverThis defines a quartic equation solver.Interfacecom.numericalmethod.suanshu.analysis.function.polynomial.rootSuanShu
QuarticRootFerrariThis is a quartic equation solver that solves (ax^4 + bx^3 + cx^2 + dx + e = 0) using the Ferrari method.Classcom.numericalmethod.suanshu.analysis.function.polynomial.rootSuanShu
QuarticRootFormulaThis is a quartic equation solver that solves (ax^4 + bx^3 + cx^2 + dx + e = 0) using a root-finding formula.Classcom.numericalmethod.suanshu.analysis.function.polynomial.rootSuanShu