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

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

[Octave-bug-tracker] [bug #34292] Bug in gradient.m with complex inputs


From: Kai Habel
Subject: [Octave-bug-tracker] [bug #34292] Bug in gradient.m with complex inputs
Date: Fri, 16 Sep 2011 14:34:08 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:5.0) Gecko/20100101 Firefox/5.0

Update of bug #34292 (project octave):

                  Status:                    None => Ready For Test         

    _______________________________________________________

Follow-up Comment #1:

The assignment in matrix_gradient(line 89) in gradient.m 

m = m(:)'

should be replaced with 

m = m(:).'

I will do that later today.

Kai


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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