Class PolynomialRootsFinder.PRoots

java.lang.Object
com.polytechnik.utils.PolynomialRootsFinder.PRoots
Enclosing interface:
PolynomialRootsFinder

public static class PolynomialRootsFinder.PRoots extends Object
  • Field Details

    • nroots

      public final int nroots
    • Pcoefs

      public final double[] Pcoefs
    • re_root

      public final double[] re_root
    • im_root

      public final double[] im_root
  • Constructor Details

    • PRoots

      public PRoots(int nroots, double[] Pcoefs, double[] re_root, double[] im_root)