[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: problem with the octave built-in function "kron"
From: |
Jordi Gutiérrez Hermoso |
Subject: |
Re: problem with the octave built-in function "kron" |
Date: |
Fri, 3 May 2013 14:41:30 -0400 |
On 3 May 2013 12:54, Stephen Montgomery-Smith <address@hidden> wrote:
> However kron seems to treat diagonal matrices and sparse matrices
> differently. Maybe kron should be rewritten to see if both of the
> matrices are sparse OR diagonal. Because when I took his code and
> changed eye to speye, it worked.
>
> I should add that I tested it using a very old version of octave that
> comes with ubuntu linux. Maybe this fix has already been applied in
> later versions.
I believe I already did that, unless I'm misremembering:
http://hg.savannah.gnu.org/hgweb/octave/rev/75cea615ade4
- Jordi G. H.