aboutsummaryrefslogtreecommitdiffstats
path: root/methods
diff options
context:
space:
mode:
Diffstat (limited to 'methods')
-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
*/