Class WrapRealRootsSturm

java.lang.Object
org.ddogleg.solver.impl.WrapRealRootsSturm
All Implemented Interfaces:
PolynomialRoots

public class WrapRealRootsSturm extends Object implements PolynomialRoots
  • Constructor Details

  • Method Details

    • process

      public boolean process(Polynomial poly)
      Description copied from interface: PolynomialRoots

      Finds the roots of the provided polynomial.

      Specified by:
      process in interface PolynomialRoots
      Parameters:
      poly - Polynomial being considered. Not modified.
      Returns:
      true if successful.
    • getRoots

      public List<Complex_F64> getRoots()
      Description copied from interface: PolynomialRoots
      Returns all the found roots of the polynomial.
      Specified by:
      getRoots in interface PolynomialRoots
      Returns:
      roots