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

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

[Octave-bug-tracker] [bug #37507] pseudoinverse with sparse matrices


From: Muhali
Subject: [Octave-bug-tracker] [bug #37507] pseudoinverse with sparse matrices
Date: Thu, 04 Oct 2012 21:23:15 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0

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

                 Summary: pseudoinverse with sparse matrices
                 Project: GNU Octave
            Submitted by: muhali
            Submitted on: Thu 04 Oct 2012 02:23:14 PM PDT
                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.3
        Operating System: GNU/Linux

    _______________________________________________________

Details:

The following shows that there is a problem with the sparse matrix
pseudoinverse.


octave>> A = [2 ; 1]; B = [2 -1 0 ; 3 0 1];
octave>> A \ B
ans =

   1.400  -0.400   0.200

octave>> sparse(A) \ sparse(B)
ans = Compressed Column Sparse (rows = 0, cols = 0, nnz = 0)

octave>> sparse(A) \ B
ans = [](0x0)


I am using 3.6.3 with no extra sparse matrix libraries (AMD,...).




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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