Package jline.lib.butools.ph
Class PH3From5MomentsKt
-
- All Implemented Interfaces:
public final class PH3From5MomentsKt
-
-
Method Summary
Modifier and Type Method Description final static PH3Representationph3From5Moments(DoubleArray moms, Double prec)Returns a PH(3) which has the same 5 moments as given. -
-
Method Detail
-
ph3From5Moments
final static PH3Representation ph3From5Moments(DoubleArray moms, Double prec)
Returns a PH(3) which has the same 5 moments as given.
- Parameters:
moms- The moments to match (length 5).prec- Numerical precision, default value is 1e-10.- Returns:
The PH3Representation containing alpha (initial vector) and A (generator).
-
-
-
-