help-octave
[Top][All Lists]
Advanced

[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


reply via email to

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