00001 /** 00002 * \file IMP/gsl.h \brief Include all the headers 00003 * 00004 * Copyright 2007-2010 IMP Inventors. All rights reserved. 00005 * 00006 */ 00007 00008 #ifndef IMPGSL_H 00009 #define IMPGSL_H 00010 00011 #include <IMP/gsl/ConjugateGradients.h> 00012 #include <IMP/gsl/GSLOptimizer.h> 00013 #include <IMP/gsl/QuasiNewton.h> 00014 #include <IMP/gsl/Simplex.h> 00015 #include <IMP/gsl/gsl_config.h> 00016 00017 #endif /* IMPGSL_H */