IMP
2.2.0
The Integrative Modeling Platform
IMP Mainpage
All IMP Modules
Related Pages
Modules
Namespaces
Classes
Files
Examples
Indexes
File List
File Members
gsl.h
Go to the documentation of this file.
1
/**
2
* \file IMP/gsl.h
3
* \brief A container which has pairs which ensure a set is connected
4
*
5
* Copyright 2007-2014 IMP Inventors. All rights reserved.
6
*/
7
8
#ifndef IMP_GSL_H
9
#define IMP_GSL_H
10
#include <
IMP/gsl/ConjugateGradients.h
>
11
#include <
IMP/gsl/GSLOptimizer.h
>
12
#include <
IMP/gsl/QuasiNewton.h
>
13
#include <
IMP/gsl/Simplex.h
>
14
#endif
/* IMP_GSL_H */
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.