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

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

[Octave-bug-tracker] [bug #47415] out of memory negating a permutation m


From: Carlo de Falco
Subject: [Octave-bug-tracker] [bug #47415] out of memory negating a permutation matrix
Date: Thu, 24 Mar 2016 05:31:55 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:45.0) Gecko/20100101 Firefox/45.0

Follow-up Comment #21, bug #47415 (project octave):

JWE I think exposing the details of the permutation matrix class
implementation to the end user would be really a bad thing.

The purpose of using a special class for permutation matrices is to exploit
the benefits in terms of speed and memory efficiency that are available in
this case.

For the case of a row/column permuted diagonal matrix, the next best possible
implementation in terms of speed and memory efficiency is that of a sparse
matrix.

Therefore converting a permutation matrix to sparse whenever an operation that
is not implemented is requested makes much more sense than falling back to
full matrices.

I agree with rik that low level details like handling overflows and '-0'
should be given lower priority.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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