IMP  2.3.1
The Integrative Modeling Platform
gsl.h
Go to the documentation of this file.
1 /**
2  * \file IMP/gsl.h
3  * \brief Include all non-deprecated headers in IMP.gsl.
4  *
5  * Copyright 2007-2014 IMP Inventors. All rights reserved.
6  */
7 
8 #ifndef IMP_GSL_H
9 #define IMP_GSL_H
11 #include <IMP/gsl/GSLOptimizer.h>
12 #include <IMP/gsl/QuasiNewton.h>
13 #include <IMP/gsl/Simplex.h>
14 #endif /* IMP_GSL_H */
The simplex algorithm from GSL.
A conjugate gradients optimizer from GSL.
A GSL-based Quasi-Newton optimizer.
A base class for GSL-based optimizers.