Package org.djutils.math.polynomialroots
Class TestPolynomialRoots
java.lang.Object
org.djutils.math.polynomialroots.TestPolynomialRoots
TestPolynomialRoots.java.
 
 Copyright (c) 2020-2025 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved. 
 BSD-style license. See DJUTILS License.
 
- Author:
 - Alexander Verbraeck, Peter Knoppers
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidTest the cubic solver.voidTest the solver for quadratic (and simpler) cases and ensure that the cubic solver falls back to the quadratic solver when appropriate.voidTest the quartic solver. 
- 
Constructor Details
- 
TestPolynomialRoots
public TestPolynomialRoots() 
 - 
 - 
Method Details
- 
quadraticTest
Test the solver for quadratic (and simpler) cases and ensure that the cubic solver falls back to the quadratic solver when appropriate. - 
cubicTest
Test the cubic solver. - 
quarticTest
Test the quartic solver. 
 -