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

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

[Octave-bug-tracker] [bug #38082] kron product of diagonal matrix and sp


From: Marco Caliari
Subject: [Octave-bug-tracker] [bug #38082] kron product of diagonal matrix and sparse matrix
Date: Mon, 14 Jan 2013 13:12:48 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:13.0) Gecko/20100101 Firefox/13.0

URL:
  <http://savannah.gnu.org/bugs/?38082>

                 Summary: kron product of diagonal matrix and sparse matrix
                 Project: GNU Octave
            Submitted by: caliari
            Submitted on: Mon 14 Jan 2013 01:12:47 PM GMT
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.2
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Dear all,

I noticed the following 


A=sprand(10,10,0.1);,issparse(kron(A,eye(10))),issparse(kron(eye(10),A))


giving true in the first case and false in the second. Of course, the result
is a sparse matrix also in the second case, and Octave 3.2.4 did it
correctly.

Marco 




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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