diff options
author | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2012-04-07 09:38:44 +0000 |
---|---|---|
committer | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2012-04-07 09:38:44 +0000 |
commit | 308a7b53b1c1e5fbb3e2b1c1471a138bbd4fd71f (patch) | |
tree | bbe02f4c52eb95698019725b4cd3ee6e97e6df17 /methods/conjugate_gradient/conjugate_gradient.hpp | |
parent | 3a8b1ca89c9b62e35e24d414d7a79f4c325dfd09 (diff) | |
download | opt-utilities-308a7b53b1c1e5fbb3e2b1c1471a138bbd4fd71f.tar.bz2 |
git-svn-id: file:///home/svn/opt_utilities@231 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'methods/conjugate_gradient/conjugate_gradient.hpp')
-rw-r--r-- | methods/conjugate_gradient/conjugate_gradient.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/methods/conjugate_gradient/conjugate_gradient.hpp b/methods/conjugate_gradient/conjugate_gradient.hpp index 3fb0f8b..f5befd7 100644 --- a/methods/conjugate_gradient/conjugate_gradient.hpp +++ b/methods/conjugate_gradient/conjugate_gradient.hpp @@ -1,6 +1,6 @@ /** \file conjugate_gradient.hpp - \brief powerll optimization method + \brief conjugate gradient optimization method \author Junhua Gu */ |