From f610fea48309b72fa0133ee2bafe622753dcd496 Mon Sep 17 00:00:00 2001 From: astrojhgu Date: Sun, 23 Aug 2009 12:22:16 +0000 Subject: git-svn-id: file:///home/svn/opt_utilities@52 ed2142bd-67ad-457f-ba7c-d818d4011675 --- methods/gsl_simplex/gsl_simplex.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'methods/gsl_simplex') 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 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 */ -- cgit v1.2.2