Class JSOFA.PVModulus

  • Enclosing class:
    JSOFA

    public static class JSOFA.PVModulus
    extends java.lang.Object
    Modulus of pv-vector.
    Since:
    AIDA Stage 1
    Author:
    Paul Harrison (paul.harrison@manchester.ac.uk) 4 Feb 2010
    • Field Summary

      Fields 
      Modifier and Type Field Description
      double r  
      double s  
    • Constructor Summary

      Constructors 
      Constructor Description
      PVModulus​(double r, double s)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • r

        public double r
      • s

        public double s
    • Constructor Detail

      • PVModulus

        public PVModulus​(double r,
                         double s)