Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.numericalmethod.suanshu.analysis.function.polynomial Classes and Interfaces - 16 results found.
NameDescriptionTypePackageFramework
CauchyPolynomialThe Cauchy's polynomial of a polynomial takes this form: C(x) = Classcom.numericalmethod.suanshu.analysis.function.polynomialSuanShu
CubicRootThis is a cubic equation solver.Classcom.numericalmethod.suanshu.analysis.function.polynomial.rootSuanShu
HornerSchemeHorner scheme is an algorithm for the efficient evaluation of polynomials in monomial form.Classcom.numericalmethod.suanshu.analysis.function.polynomialSuanShu
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
PolynomialA polynomial is a UnivariateRealFunction that represents a finite length expression constructed from variables and constants, using the operations of addition, subtraction, multiplication, and constant non-negative whole number exponents.Classcom.numericalmethod.suanshu.analysis.function.polynomialSuanShu
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
QuadraticMonomialA quadratic monomial has this form: x2 + ux + v.Classcom.numericalmethod.suanshu.analysis.function.polynomialSuanShu
QuadraticRootThis is a solver for finding the roots of a quadratic equation, (ax^2 + bx + c = 0).Classcom.numericalmethod.suanshu.analysis.function.polynomial.rootSuanShu
QuadraticSyntheticDivisionDivide a polynomial P(x) by a quadratic monomial (x2 + ux + v) to give the quotient Q(x) and the remainder (b * (x + u) + a).Classcom.numericalmethod.suanshu.analysis.function.polynomialSuanShu
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
ScaledPolynomialThis constructs a scaled polynomial that has neither too big or too small coefficients, hence avoiding overflow or underflow.Classcom.numericalmethod.suanshu.analysis.function.polynomialSuanShu