help-octave
[Top][All Lists]
Advanced

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

sparse matrix promoted to full for no reason


From: nomad
Subject: sparse matrix promoted to full for no reason
Date: Fri, 20 Jul 2007 06:03:32 -0700 (PDT)

I tried

s = sparse(2,2);
s(1,1) = 1; %fine here
s(2,2) = 2; %promoted to full

whos s

What is it that I am doing wrong?

thanks,
krishna.
-- 
View this message in context: 
http://www.nabble.com/sparse-matrix-promoted-to-full-for-no-reason-tf4116917.html#a11707760
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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