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: Fri, 24 Jul 2009 15:53:51 -0400

On 24-Jul-2009, Jaroslav Hajek wrote:

| No, not yet. A futher requirement is that the row indices should be
| sorted (for a certain column index).

Is that necessary?  For example, loading

# name: s
# type: sparse matrix
# nnz: 5
# rows: 10
# columns: 10
1 1 1
6 2 6
4 2 4
5 2 5
3 6 3

appears to work.

jwe


reply via email to

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