comparison src/DLD-FUNCTIONS/__qp__.cc @ 11586:12df7854fa7c

strip trailing whitespace from source files
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 17:24:59 -0500
parents fd0a3ac60b0e
children 3641167e5b75
comparison
equal deleted inserted replaced
11585:1473d0cf86d2 11586:12df7854fa7c
255 255
256 if (pR == 0) 256 if (pR == 0)
257 { 257 {
258 info = 0; 258 info = 0;
259 259
260 // Computing the step pz. 260 // Computing the step pz.
261 if (dimZ > 0) 261 if (dimZ > 0)
262 { 262 {
263 // Using the Cholesky factorization to invert rH 263 // Using the Cholesky factorization to invert rH
264 264
265 Matrix rHinv = chol2inv (R); 265 Matrix rHinv = chol2inv (R);