help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: chol problem in 2.9.5


From: Przemek Klosowski
Subject: Re: chol problem in 2.9.5
Date: Fri, 26 May 2006 11:39:13 -0400 (EDT)

   >>>>
   >>>> So after calling chol a second time on the same matrix it gives an 
error.
   >>>> That seems breaks chol for good for remaining of the octave session:

GNU Octave, version 2.9.5 (x86_64-redhat-linux-gnu).with octave-forge chol
does not show the bug:

chol(x)
ans =

  0.66812  0.56678
  0.00000  0.32646
Upper Triangular

octave:7> chol(x)
ans =

  0.66812  0.56678
  0.00000  0.32646
Upper Triangular


reply via email to

[Prev in Thread] Current Thread [Next in Thread]