org.ddogleg.solver
Class TestPolynomialOps
- java.lang.Object
-
- org.ddogleg.solver.TestPolynomialOps
-
public class TestPolynomialOps extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor and Description TestPolynomialOps()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidadd()voidcubicRealRoot()voidderivative()voiddivide_then_multiply()Randomly generate polynomials.voiddivide()voidmultiply()voidquadraticVertex()voidrefineRoot()
-
-
-
Method Detail
-
quadraticVertex
public void quadraticVertex()
-
derivative
public void derivative()
-
refineRoot
public void refineRoot()
-
divide
public void divide()
-
multiply
public void multiply()
-
divide_then_multiply
public void divide_then_multiply()
Randomly generate polynomials. First divide then multiply them back together to reconstruct the original.
-
add
public void add()
-
cubicRealRoot
public void cubicRealRoot()
-
-
DataMelt 3.0 © DataMelt by jWork.ORG