diff options
author | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2010-12-23 18:18:20 +0000 |
---|---|---|
committer | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2010-12-23 18:18:20 +0000 |
commit | f3019d095d5f0b6c67de18124cebe93fd9eb5a69 (patch) | |
tree | 930fe733b0a1ebe382c9014f3befd87d2273dcae /methods/gsl_simplex | |
parent | 248e73a7faa069840eb8378719cd92e778cb826f (diff) | |
download | opt-utilities-f3019d095d5f0b6c67de18124cebe93fd9eb5a69.tar.bz2 |
git-svn-id: file:///home/svn/opt_utilities@149 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'methods/gsl_simplex')
-rw-r--r-- | methods/gsl_simplex/gsl_simplex.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/methods/gsl_simplex/gsl_simplex.hpp b/methods/gsl_simplex/gsl_simplex.hpp index 232474c..f241205 100644 --- a/methods/gsl_simplex/gsl_simplex.hpp +++ b/methods/gsl_simplex/gsl_simplex.hpp @@ -1,5 +1,7 @@ /** \file gsl_simplex.hpp + \brief a simple wrapper for the GSL_SIMPLEX method + \author Junhua Gu */ #ifndef GSL_SIMPLEX_METHOD |