IMP  2.1.1
The Integrative Modeling Platform
gsl.h
1 #define IMPGSL_ALL
2 #define IMP_ALL
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
The simplex algorithm from GSL.
A conjugate gradients optimizer from GSL.
A GSL-based Quasi-Newton optimizer.
A base class for GSL-based optimizers.