ReFRACtor
gsl_mdm.h
Go to the documentation of this file.
1 #ifndef GSL_MDM_H
2 #define GSL_MDM_H
3 
4 #include <gsl/gsl_vector.h>
5 #include <gsl/gsl_multimin.h>
6 
7 #include <cost_func.h>
8 
9 
10 double gsl_mdm_c(const gsl_vector *x, void *data);
11 gsl_multimin_function gsl_get_mdm(const FullPhysics::CostFunc *cost);
12 
13 #endif /* GSL_MDM_H */
The base class for all problem classes that implement a cost function.
Definition: cost_func.h:20
gsl_multimin_function gsl_get_mdm(const FullPhysics::CostFunc *cost)
Definition: gsl_mdm.cc:21
double gsl_mdm_c(const gsl_vector *x, void *data)
Definition: gsl_mdm.cc:11

Copyright © 2017, California Institute of Technology.
ALL RIGHTS RESERVED.
U.S. Government Sponsorship acknowledged.
Generated Fri Aug 24 2018 15:44:08