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

[Pkg-octave-devel] Bug#706376: Bug#706376: Bug#706376: Bug#706376: octave: sparse matrix n*2^16



On 4 May 2013 20:50, Ed Meyer <eem2314@gmail.com> 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 to: