From 4e6cebbb431222a5d8fa3bc62d5de44c93c8a93e Mon Sep 17 00:00:00 2001 From: astrojhgu Date: Sat, 22 Aug 2009 09:40:53 +0000 Subject: git-svn-id: file:///home/svn/opt_utilities@48 ed2142bd-67ad-457f-ba7c-d818d4011675 --- methods/powell/powell_method.hpp | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) (limited to 'methods/powell/powell_method.hpp') diff --git a/methods/powell/powell_method.hpp b/methods/powell/powell_method.hpp index 6424a94..6bb6519 100644 --- a/methods/powell/powell_method.hpp +++ b/methods/powell/powell_method.hpp @@ -1,3 +1,7 @@ +/** + \file powell_method.hpp + */ + #ifndef POWELL_METHOD #define POWELL_METHOD #include @@ -7,21 +11,15 @@ #include #include "linmin.hpp" #include -/* - * -*/ #include namespace opt_utilities { - /* - template - T tabs(T x) - { - return x<0?-x:x; - } - */ - + /** + Impliment of an optimization method + \tparam rT return type of the object function + \tparam pT parameter type of the object function + */ template class powell_method :public opt_method -- cgit v1.2.2