Package com.polytechnik.utils
Class PolynomialRootsFinder.PRoots
java.lang.Object
com.polytechnik.utils.PolynomialRootsFinder.PRoots
- Enclosing interface:
PolynomialRootsFinder
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
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)
-