Class PH3From5MomentsKt

    • 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 PH3Representation ph3From5Moments(DoubleArray moms, Double prec) Returns a PH(3) which has the same 5 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

      • 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).