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

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

[Octave-bug-tracker] [bug #34173] Unary negative casts permutation matri


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #34173] Unary negative casts permutation matrices into full matrices
Date: Sat, 19 Dec 2020 14:24:30 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

Follow-up Comment #16, bug #34173 (project octave):

AFAIK, Matlab doesn't have a special type for permutation matrices.  They are
always full.  You can disable Octave's special data type for them by using


disable_permuation_matrix (true);


This setting is enabled by default if you start Octave with the --traditional
option.

It would make Octave internals simpler if we just did this by default and
eliminated the special type.  Likewise for diagonal matrices and ranges (the
special data types for those may also be disabled).


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?34173>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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