From: Michael Orlitzky Date: Fri, 22 Mar 2013 04:41:48 +0000 (-0400) Subject: Minor comment update. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=octave.git;a=commitdiff_plain;h=b1a89e6359bfef7a07ffe49bc703b51ef47574a9 Minor comment update. --- diff --git a/optimization/step_length_positive_definite.m b/optimization/step_length_positive_definite.m index 90f48df..f6248f6 100644 --- a/optimization/step_length_positive_definite.m +++ b/optimization/step_length_positive_definite.m @@ -15,7 +15,7 @@ function alpha = step_length_positive_definite(g, Q, p) ## ## INPUT: ## - ## - ``g`` -- The gradient of f. + ## - ``g`` -- The gradient of f at x. ## ## - ``Q`` -- The positive-definite matrix in the definition of ## ``f`` above.