Path: news.mathworks.com!not-for-mail
From: "Chris " <cag44@removethispitt.edu>
Newsgroups: comp.soft-sys.matlab
Subject: Re: faster way to multiply 100,000 times (in ODE)
Date: Tue, 13 May 2008 19:26:03 +0000 (UTC)
Organization: Dudeweb
Lines: 10
Message-ID: <g0cq0b$28k$1@fred.mathworks.com>
References: <g0biif$g5p$1@fred.mathworks.com>
Reply-To: "Chris " <cag44@removethispitt.edu>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1210706763 2324 172.30.248.35 (13 May 2008 19:26:03 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 13 May 2008 19:26:03 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 881880
Xref: news.mathworks.com comp.soft-sys.matlab:468232


Thanks for the advice guys - I have to do the 
multiplication each time becase it's a network simulation 
and I need to add up the contributions of all connected 
nodes @ each time point.  

The connectivity matrix (1000x1000) never changes, but the 
activity vector (1000) does each time.

I'll upgrade because anything to make this run faster would 
be great.