aboutsummaryrefslogtreecommitdiffstats
path: root/methods/gsl_simplex/gsl_simplex.hpp
diff options
context:
space:
mode:
authorastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2009-08-23 12:22:16 +0000
committerastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2009-08-23 12:22:16 +0000
commitf610fea48309b72fa0133ee2bafe622753dcd496 (patch)
treead60c33591f986ccc66fd37e660288d8a4f0389d /methods/gsl_simplex/gsl_simplex.hpp
parent9c0eb6f71a841f0a0c76a13ece07d4eeb5f945d3 (diff)
downloadopt-utilities-f610fea48309b72fa0133ee2bafe622753dcd496.tar.bz2
git-svn-id: file:///home/svn/opt_utilities@52 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'methods/gsl_simplex/gsl_simplex.hpp')
-rw-r--r--methods/gsl_simplex/gsl_simplex.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/methods/gsl_simplex/gsl_simplex.hpp b/methods/gsl_simplex/gsl_simplex.hpp
index d2071c8..4b9295f 100644
--- a/methods/gsl_simplex/gsl_simplex.hpp
+++ b/methods/gsl_simplex/gsl_simplex.hpp
@@ -19,7 +19,7 @@ namespace opt_utilities
{
/**
- object function of the gsl simplex function
+ \brief object function of the gsl simplex function
*/
template <typename rT,typename pT>
double gsl_func_adapter(const gsl_vector* v,void* params)
@@ -35,7 +35,7 @@ namespace opt_utilities
/**
- wrapper for the gsl simplex optimization method
+ \brief wrapper for the gsl simplex optimization method
\tparam return type of the object function
\tparam param type of the object function
*/