Class NelderMead.param_t

  • Enclosing class:
    NelderMead

    private class NelderMead.param_t
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) double a  
      (package private) double b  
      (package private) double c  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private param_t()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • a

        double a
      • b

        double b
      • c

        double c
    • Constructor Detail

      • param_t

        private param_t()