[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Importing a sparse matrix to Octave
From: |
John W. Eaton |
Subject: |
Re: Importing a sparse matrix to Octave |
Date: |
Wed, 29 Jul 2009 12:18:51 -0400 |
On 24-Jul-2009, John W. Eaton wrote:
| OK. Then I think we should either issue a warning if the indices are
| not ordered properly, or sort them so they are.
I checked in the following change.
http://hg.savannah.gnu.org/hgweb/octave/rev/c6edba80dfae
Now when Octave is loading a sparse matrix from a file, an error is
generated if the row/column indices in a text file are not ordered, or
if the ridx/cidx vectors are not ordered.
jwe
- Importing a sparse matrix to Octave, Chong Yidong, 2009/07/24
- Importing a sparse matrix to Octave, John W. Eaton, 2009/07/24
- Re: Importing a sparse matrix to Octave, Chong Yidong, 2009/07/24
- Re: Importing a sparse matrix to Octave, John W. Eaton, 2009/07/24
- Re: Importing a sparse matrix to Octave, Jaroslav Hajek, 2009/07/24
- Re: Importing a sparse matrix to Octave, John W. Eaton, 2009/07/24
- Re: Importing a sparse matrix to Octave, Chong Yidong, 2009/07/24
- Re: Importing a sparse matrix to Octave, John W. Eaton, 2009/07/24
- Re: Importing a sparse matrix to Octave,
John W. Eaton <=
- Re: Importing a sparse matrix to Octave, Carlo de Falco, 2009/07/24
- Re: Importing a sparse matrix to Octave, Chong Yidong, 2009/07/24