#include <stdio.h>
#include <vector>
#include <string>
#include "globals.hh"
#include "BLAssert.hh"
#include <gsl/gsl_multimin.h>
Go to the source code of this file.
Classes | |
| class | BLMinimizeFunction |
| class BLMinimizeFunction is the base class for a class defining a function to minimize. More... | |
| class | BLMinimize |
| class BLMinimize implements a general function minimizer using the GSL multimin functions. More... | |
Defines | |
| #define | USE_GSL_MULTIMIN |
| #define USE_GSL_MULTIMIN |