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

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

[Octave-bug-tracker] [bug #35570] Indexing of sparse vectors


From: Marco Caliari
Subject: [Octave-bug-tracker] [bug #35570] Indexing of sparse vectors
Date: Mon, 20 Feb 2012 15:43:18 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13

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

                 Summary: Indexing of sparse vectors
                 Project: GNU Octave
            Submitted by: caliari
            Submitted on: Mon 20 Feb 2012 15:43:16 GMT
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Dear maintainers,

the following is right


s = speye(3,1);
s([3:-1:1])


while the following is wrong


s = speye(3,1);
s(3:-1:1)


The bug is present since 3.4.0 and not in 3.2.4.

Best regards,

Marco




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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