public class ProductModel extends IntegrableModel
Constructor and Description |
---|
ProductModel(java.lang.Object[] coupling)
Constructs a new product model corresponding to a given list of sinh-Gordon coupling constants,
but no overall minus sign.
|
ProductModel(java.lang.Object[] coupling,
boolean hasMinus)
Constructs a new product model corresponding to a given list of sinh-Gordon coupling constants.
|
Modifier and Type | Method and Description |
---|---|
double |
FminIpi(double theta)
Computes the value of \(F_\text{min}(\theta + i \pi)\) for given \(\theta\).
|
public ProductModel(java.lang.Object[] coupling)
ProductModel(Object[], boolean)
with the last parameter set to false
.public ProductModel(java.lang.Object[] coupling, boolean hasMinus)
Double
objects or
org.apache.commons.math3.complex.Complex
objects, or a combination of both. The plus/minus sign is determined
by the parameter hasMinus
coupling
- the list of coupling constants, as described abovehasMinus
- whether an overall minus sign is included in the S function.public double FminIpi(double theta)
IntegrableModel
FminIpi
in class IntegrableModel
theta
- the value of the real argument \(\theta\), see above