Package gov.nih.mipav.model.algorithms
Class QuarticEquationEP.complex_t
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.QuarticEquationEP.complex_t
-
- Enclosing class:
- QuarticEquationEP
class QuarticEquationEP.complex_t extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) DoubleDouble
imag
(package private) DoubleDouble
real
-
Constructor Summary
Constructors Constructor Description complex_t()
-
-
-
Field Detail
-
real
DoubleDouble real
-
imag
DoubleDouble imag
-
-