Class NelderMead.point_t

  • Enclosing class:
    NelderMead

    public class NelderMead.point_t
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      double fx  
      double[] x  
    • Constructor Summary

      Constructors 
      Constructor Description
      point_t()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • x

        public double[] x
      • fx

        public double fx
    • Constructor Detail

      • point_t

        public point_t()