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

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

[Octave-bug-tracker] [bug #32346] circshift of identity matrix shifts in


From: anonymous
Subject: [Octave-bug-tracker] [bug #32346] circshift of identity matrix shifts in wrong direction
Date: Thu, 03 Feb 2011 23:58:23 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13

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

                 Summary: circshift of identity matrix shifts in wrong
direction
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Thu 03 Feb 2011 11:58:22 PM UTC
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Tom Tetzlaff
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.2.3
        Operating System: GNU/Linux

    _______________________________________________________

Details:


circshift(eye(3),1)

This gives different result (shifts in opposite direction) compared to octave
3.0 and matlab

Also, it shifts in the opposite direction from:

circshift([1 0 0;0 1 0;0 0 1],1)

but, the input is just an explicit 3x3 identity matrix





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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