Class CubicRootFinder

  • All Implemented Interfaces:
    Polynomial1DRootFinder<com.opengamma.strata.math.impl.ComplexNumber>

    public class CubicRootFinder
    extends Object
    implements Polynomial1DRootFinder<com.opengamma.strata.math.impl.ComplexNumber>
    Class that calculates the roots of a cubic equation.

    As the polynomial has real coefficients, the roots of the cubic can be found using the method described here.

    • Constructor Detail

      • CubicRootFinder

        public CubicRootFinder()