Uses of Interface
dev.nm.analysis.function.polynomial.root.PolyRootSolver
-
Packages that use PolyRootSolver Package Description dev.nm.analysis.function.polynomial.root -
-
Uses of PolyRootSolver in dev.nm.analysis.function.polynomial.root
Classes in dev.nm.analysis.function.polynomial.root that implement PolyRootSolver Modifier and Type Class Description class
CubicRoot
This is a cubic equation solver.class
LinearRoot
This is a solver for finding the roots of a linear equation.class
PolyRoot
This is a solver for finding the roots of a polynomial equation.class
QuadraticRoot
This is a solver for finding the roots of a quadratic equation, \(ax^2 + bx + c = 0\).class
QuarticRoot
This is a quartic equation solver that solves \(ax^4 + bx^3 + cx^2 + dx + e = 0\).
-