IMP
2.1.0
The Integrative Modeling Platform
IMP Mainpage
All IMP Modules
Related Pages
Modules
Namespaces
Classes
Files
Examples
Indexes
File List
File Members
gsl.h
1
#define IMPGSL_ALL
2
#define IMP_ALL
3
#include <
IMP/gsl/ConjugateGradients.h
>
4
#include <
IMP/gsl/GSLOptimizer.h
>
5
#include <
IMP/gsl/QuasiNewton.h
>
6
#include <
IMP/gsl/Simplex.h
>
7
#undef IMPGSL_ALL
8
#undef IMP_ALL
Simplex.h
The simplex algorithm from GSL.
ConjugateGradients.h
A conjugate gradients optimizer from GSL.
QuasiNewton.h
A GSL-based Quasi-Newton optimizer.
GSLOptimizer.h
A base class for GSL-based optimizers.