Documentation of 'org.ddogleg.solver.impl.WrapRealRootsSturm' Java class
WrapRealRootsSturm
org.ddogleg.solver.impl

Class WrapRealRootsSturm

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.util.List<org.ejml.data.Complex64F> getRoots()
      Returns all the found roots of the polynomial.
      boolean process(Polynomial poly)
      Finds the roots of the provided polynomial.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • 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 java.util.List<org.ejml.data.Complex64F> getRoots()
        Description copied from interface: PolynomialRoots
        Returns all the found roots of the polynomial.
        Specified by:
        getRoots in interface PolynomialRoots
        Returns:
        roots

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.