Class PH2From3MomentsKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static PH2Representation ph2From3Moments(DoubleArray moms, Double prec) Returns a PH(2) which has the same 3 moments as given.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • ph2From3Moments

         final static PH2Representation ph2From3Moments(DoubleArray moms, Double prec)

        Returns a PH(2) which has the same 3 moments as given.

        Parameters:
        moms - The moments to match (length 3).
        prec - Numerical precision, default value is 1e-14.
        Returns:

        The PH2Representation containing alpha (initial vector) and A (generator).