Package jline.io
Class Ret.pfqnNcComplex
java.lang.Object
jline.io.Ret.pfqnNcComplex
- Enclosing class:
Ret
Data structure for storing complex results from a normalizing constant calculation.
Contains complex normalization constants (G, lG) and an optional method description.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionpfqnNcComplex
(org.apache.commons.math3.complex.Complex G, org.apache.commons.math3.complex.Complex lG) -
Method Summary
-
Field Details
-
G
public org.apache.commons.math3.complex.Complex G -
lG
public org.apache.commons.math3.complex.Complex lG -
method
-
-
Constructor Details
-
pfqnNcComplex
public pfqnNcComplex(org.apache.commons.math3.complex.Complex G, org.apache.commons.math3.complex.Complex lG)
-