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

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

[Octave-bug-tracker] [bug #32263] Assignment failure on non-preallocated


From: Guillaume
Subject: [Octave-bug-tracker] [bug #32263] Assignment failure on non-preallocated sparse matrices
Date: Thu, 27 Jan 2011 16:38:37 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.2.13) Gecko/20101203 SUSE/3.6.13-0.2.1 Firefox/3.6.13

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

                 Summary: Assignment failure on non-preallocated sparse
matrices
                 Project: GNU Octave
            Submitted by: gyom
            Submitted on: Thu Jan 27 16:38:36 2011
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Crash
                  Status: None
             Assigned to: None
         Originator Name: Guillaume
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

The following examples return the error 'A(I,J,...) = X: dimensions mismatch'
in Octave:


clear a b;
a = speye(3);
b(:,1) = a(:,1);



clear a
a(1,:) = sparse(1,3,1,1,3)


while MATLAB returns sparse matrices.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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