diff scripts/optimization/qp.m @ 11587:c792872f8942

all script files: untabify and strip trailing whitespace
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 17:35:29 -0500
parents fd0a3ac60b0e
children b0084095098e
line wrap: on
line diff
--- a/scripts/optimization/qp.m	Thu Jan 20 17:24:59 2011 -0500
+++ b/scripts/optimization/qp.m	Thu Jan 20 17:35:29 2011 -0500
@@ -87,7 +87,7 @@
 ##
 ## @item info
 ## An integer indicating the status of the solution.
-## 
+##
 ## @table @asis
 ## @item 0
 ## The problem is feasible and convex.  Global solution found.
@@ -223,7 +223,7 @@
           bin = [bin; -ub];
         endif
       endif
-      
+
       if (! isempty (lb) && ! isempty (ub))
         rtol = sqrt (eps);
         for i = 1:n
@@ -267,7 +267,7 @@
             bin = [bin; -A_ub];
           endif
         endif
-        
+
         if (! isempty (A_lb) && ! isempty (A_ub))
           rtol = sqrt (eps);
           for i = 1:dimA_in