KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
gsl_multimin_function_fdf Struct Reference

#include <gsl_multimin.h>

Public Attributes

int n
 
void * params
 
double(* f )(const gsl_vector *, void *)
 
void(* df )(const gsl_vector *, void *, gsl_vector *)
 
void(* fdf )(const gsl_vector *, void *, double *, gsl_vector *)
 

Member Data Documentation

void(* gsl_multimin_function_fdf::df)(const gsl_vector *, void *, gsl_vector *)
double(* gsl_multimin_function_fdf::f)(const gsl_vector *, void *)
void(* gsl_multimin_function_fdf::fdf)(const gsl_vector *, void *, double *, gsl_vector *)
int gsl_multimin_function_fdf::n
void* gsl_multimin_function_fdf::params

The documentation for this struct was generated from the following file: