octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #34850] Behaviour of chol(a,'lower')


From: Carlo de Falco
Subject: [Octave-bug-tracker] [bug #34850] Behaviour of chol(a,'lower')
Date: Fri, 11 Jul 2014 10:33:32 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:30.0) Gecko/20100101 Firefox/30.0

Follow-up Comment #19, bug #34850 (project octave):

Looks OK to me at a first look, except I don't understand what's the point
in:


CHOL::init (const Matrix& a, bool upper, bool calc_cond)
...
is_upper = upper;
...
if (is_upper)
{
 ...
}


why not


CHOL::init (const Matrix& a, bool is_upper, bool calc_cond)
if (is_upper)
{
 ...
}


?

I'm now testing the patch,
thanks for this contribution.
c.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?34850>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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