comparison src/DLD-FUNCTIONS/chol.cc @ 8872:0d7ebf353400

fix typo in previous change
author John W. Eaton <jwe@octave.org>
date Wed, 25 Feb 2009 13:01:35 -0500
parents fb1c929dbbb7
children 078ca05e4ef8
comparison
equal deleted inserted replaced
8871:fb1c929dbbb7 8872:0d7ebf353400
193 if (LLt) 193 if (LLt)
194 retval(0) = fact.L(); 194 retval(0) = fact.L();
195 else 195 else
196 retval(0) = fact.R(); 196 retval(0) = fact.R();
197 } 197 }
198 p else 198 else
199 error ("chol: matrix not positive definite"); 199 error ("chol: matrix not positive definite");
200 } 200 }
201 } 201 }
202 else if (arg.is_complex_type ()) 202 else if (arg.is_complex_type ())
203 { 203 {