octave-maintainers
[Top][All Lists]
Advanced

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

Re: [Pkg-octave-devel] Bug#706376: Bug#706376: Bug#706376: octave: spars


From: Jordi Gutiérrez Hermoso
Subject: Re: [Pkg-octave-devel] Bug#706376: Bug#706376: Bug#706376: octave: sparse matrix n*2^16
Date: Mon, 6 May 2013 10:24:24 -0400

On 4 May 2013 20:50, Ed Meyer <address@hidden> wrote:
> I think I see why numel() is getting called from trace(). isempty()
> is called which calls is_empty() which should be virtual. Were it to
> call the sparse version of is_empty() there would be no problem
> because it tests the row & column dimensions instead of calling
> numel(). So shouldn't is_empty() be virtual?

Sure, this patches this hole. What about linear indexing, how will you
patch that one?

- Jordi G. H.


reply via email to

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