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

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

[Octave-bug-tracker] [bug #46316] kron changes class to double


From: Rik
Subject: [Octave-bug-tracker] [bug #46316] kron changes class to double
Date: Thu, 29 Oct 2015 15:22:51 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0

Update of bug #46316 (project octave):

                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #1:

Confirmed.  The code for this is in libinterp/corefcn/kron.cc.  In the
function dispatch_kron() there is a long if/else tree that checks whether the
inputs are diagonal matrices, permutation matrices, single matrice, or sparse
matrices.  If it is none of the above it assumes a double matrix and proceeds
with the calculation.

Clearly the integer case needs to be added.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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