Class Datum

  • java.lang.Object
    • samer.maths.opt.Datum


  • public class Datum
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      double f 
      double[] g 
      double s 
      double[] x 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void copy(Datum P) 
      void dispose() 
      • Methods inherited from class java.lang.Object

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

      • f

        public double f
      • g

        public double[] g
      • s

        public double s
      • x

        public double[] x
    • Method Detail

      • copy

        public void copy(Datum P)
      • dispose

        public void dispose()