Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Indexing into large sparse matrix
Date: Tue, 24 Mar 2009 23:04:01 +0000 (UTC)
Organization: Xoran Technologies
Lines: 11
Message-ID: <gqbot1$fdi$1@fred.mathworks.com>
References: <gqbgmi$ll6$1@fred.mathworks.com> <gqblnt$7c7$1@fred.mathworks.com> <gqbnv1$b9q$1@fred.mathworks.com> <gqbocm$a1e$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1237935841 15794 172.30.248.37 (24 Mar 2009 23:04:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 24 Mar 2009 23:04:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1440443
Xref: news.mathworks.com comp.soft-sys.matlab:527432


"Bruno Luong" <b.luong@fogale.findmycountry> wrote in message <gqbocm$a1e$1@fred.mathworks.com>...
> "Matt " <xys@whatever.com> wrote in message <gqbnv1$b9q$1@fred.mathworks.com>...
> 
> > 
> > Just as a side note, the above approach works only provided that you are trying to index exclusively into nonzero elements of S. 
> 
> No, it works for all cases, including indexing to zero.
> 
> Bruno

Alright, I see it now