aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2012-04-07 09:38:44 +0000
committerastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2012-04-07 09:38:44 +0000
commit308a7b53b1c1e5fbb3e2b1c1471a138bbd4fd71f (patch)
treebbe02f4c52eb95698019725b4cd3ee6e97e6df17
parent3a8b1ca89c9b62e35e24d414d7a79f4c325dfd09 (diff)
downloadopt-utilities-308a7b53b1c1e5fbb3e2b1c1471a138bbd4fd71f.tar.bz2
git-svn-id: file:///home/svn/opt_utilities@231 ed2142bd-67ad-457f-ba7c-d818d4011675
-rw-r--r--methods/conjugate_gradient/conjugate_gradient.hpp2
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
*/