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

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

[Octave-bug-tracker] [bug #40813] atan2, fmod, hypot returns no results


From: Rik
Subject: [Octave-bug-tracker] [bug #40813] atan2, fmod, hypot returns no results for sparse matrices
Date: Mon, 02 Jun 2014 17:15:43 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:29.0) Gecko/20100101 Firefox/29.0

Update of bug #40813 (project octave):

                  Status:             In Progress => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #7:

@Stefan: I compacted your Sparse-Sparse implementation and checked it in on
the stable branche here
(http://hg.savannah.gnu.org/hgweb/octave/rev/658d23da2c46).

Next, I added my modifications for the scalar-Sparse, Sparse-scalar routines
(http://hg.savannah.gnu.org/hgweb/octave/rev/dccbc8bff5cb).  I also added
built-in self-tests (%!tests) which was part of the problem.  The issue with
the original changeset back in 3.2.X would have been caught if there had been
tests for the sparse implementations.

Finally, I marked the atan2 functions which are part of the Sparse class as
deprecated.  They will be deleted in Octave 4.4.  Nothing in the core is using
these implementations, since everything is piped through binmap.  However,
there might be someone out there who is using atan2 directly in an oct-file so
I thought I would give them some warning before removing the code.



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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