help-octave
[Top][All Lists]
Advanced

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

Sparse logical matrix efficient storage.


From: dariodematties
Subject: Sparse logical matrix efficient storage.
Date: Sat, 5 Nov 2016 15:57:59 -0700 (PDT)

Hi everyone.

Is there a predetermined way of saving sparse logical matrices in octave?
I can save sparse matrices in Octave with the predetermined format:
row,  column, value.
But for sparse logical the “value” field is redundant.

Of course, I could save this information as a (2,n) regular matrix, but this
method wont allow me to use full method, for example, and Octave wont
understand that information as a sparse matrix.

Thanks



--
View this message in context: 
http://octave.1599824.n4.nabble.com/Sparse-logical-matrix-efficient-storage-tp4680506.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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