diff scripts/optimization/sqp.m @ 7001:8b0cfeb06365

[project @ 2007-10-10 18:02:59 by jwe]
author jwe
date Wed, 10 Oct 2007 18:03:02 +0000
parents 2ae5d4353d0b
children 93c65f2a5668
line wrap: on
line diff
--- a/scripts/optimization/sqp.m	Wed Oct 10 17:51:00 2007 +0000
+++ b/scripts/optimization/sqp.m	Wed Oct 10 18:03:02 2007 +0000
@@ -56,7 +56,7 @@
 ##
 ## The first argument is the initial guess for the vector @var{x}.
 ##
-## The second argument is a function handle pointing to the ojective
+## The second argument is a function handle pointing to the objective
 ## function.  The objective function must be of the form
 ##
 ## @example
@@ -708,4 +708,4 @@
     res = [feval(cigradfcn,x); eye(numel(x)); -eye(numel(x))];
   endif
 
-### endfunction
\ No newline at end of file
+### endfunction