Class gsl_min_fminimizer_type.Set_Pointer_gsl_function_double_double_double_double_double_double

    • Constructor Detail

      • Set_Pointer_gsl_function_double_double_double_double_double_double

        public Set_Pointer_gsl_function_double_double_double_double_double_double​(Pointer p)
        Pointer cast constructor. Invokes Pointer(Pointer).
      • Set_Pointer_gsl_function_double_double_double_double_double_double

        protected Set_Pointer_gsl_function_double_double_double_double_double_double()
    • Method Detail

      • call

        public int call​(Pointer state,
                        gsl_function f,
                        double x_minimum,
                        double f_minimum,
                        double x_lower,
                        double f_lower,
                        double x_upper,
                        double f_upper)