From 7240c54725b82c037dfb6e43bedefbb1bf47a0bc Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 3 May 2013 21:52:09 -0400 Subject: [PATCH] Fix a comment. --- optimization/preconditioned_conjugate_gradient_method.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/optimization/preconditioned_conjugate_gradient_method.m b/optimization/preconditioned_conjugate_gradient_method.m index e2f841a..f3ff7e2 100644 --- a/optimization/preconditioned_conjugate_gradient_method.m +++ b/optimization/preconditioned_conjugate_gradient_method.m @@ -14,8 +14,7 @@ function [x, k] = preconditioned_conjugate_gradient_method(Q, ... % min [phi(x) = (1/2)* + ] % % using the preconditioned conjugate gradient method (14.56 in - % Guler). If ``M`` is the identity matrix, we use the slightly - % faster implementation in conjugate_gradient_method.m. + % Guler). % % INPUT: % -- 2.43.2