Uses of Interface
dev.nm.analysis.function.polynomial.root.QuarticRoot.QuarticSolver
-
Packages that use QuarticRoot.QuarticSolver Package Description dev.nm.analysis.function.polynomial.root -
-
Uses of QuarticRoot.QuarticSolver in dev.nm.analysis.function.polynomial.root
Classes in dev.nm.analysis.function.polynomial.root that implement QuarticRoot.QuarticSolver Modifier and Type Class Description class
QuarticRootFerrari
This is a quartic equation solver that solves \(ax^4 + bx^3 + cx^2 + dx + e = 0\) using the Ferrari method.class
QuarticRootFormula
This is a quartic equation solver that solves \(ax^4 + bx^3 + cx^2 + dx + e = 0\) using a root-finding formula.Constructors in dev.nm.analysis.function.polynomial.root with parameters of type QuarticRoot.QuarticSolver Constructor Description QuarticRoot(QuarticRoot.QuarticSolver solver)
Construct a quartic equation solver.
-