[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #36741] Different result is obtained with full
From: |
anonymous |
Subject: |
[Octave-bug-tracker] [bug #36741] Different result is obtained with full and sparse matrices |
Date: |
Wed, 27 Jun 2012 17:31:17 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0 |
URL:
<http://savannah.gnu.org/bugs/?36741>
Summary: Different result is obtained with full and sparse
matrices
Project: GNU Octave
Submitted by: None
Submitted on: Wed 27 Jun 2012 05:31:17 PM UTC
Category: Interpreter
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Incorrect Result
Status: None
Assigned to: None
Originator Name: Gyorgy Hexner
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: 3.6.2
Operating System: GNU/Linux
_______________________________________________________
Details:
+verbatim
##
##script to demostrate bug
##
xf = 1;
xs = sparse(xf);
##with full matrix get 2 x 1 matrix
xf([1 1],1)
##but with same sparse matrix get 1 x 2 matrix
xs([1 1], 1)
-verbatim
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?36741>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #36741] Different result is obtained with full and sparse matrices,
anonymous <=