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

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

[Octave-bug-tracker] [bug #38357] diagonal matrices can be indexed beyon


From: Jordi Gutiérrez Hermoso
Subject: [Octave-bug-tracker] [bug #38357] diagonal matrices can be indexed beyond their bounds
Date: Wed, 20 Feb 2013 19:29:35 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 Iceweasel/18.0.1

Update of bug #38357 (project octave):

                  Status:                    None => Confirmed              
                 Summary: SVD returns a matrix that allows indexing past its
bounds => diagonal matrices can be indexed beyond their bounds

    _______________________________________________________

Follow-up Comment #1:

svd is irrelevant. The problem is the diagonal matrix type. Simpler way to
reproduce this:


x = diag (rand (5, 1), 10, 5);
x(6,6)


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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