Path: news.mathworks.com!not-for-mail
From: "fabio freschi" <fabio.freschi@remove.gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: multithreading with chol
Date: Fri, 26 Jun 2009 07:32:01 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 4
Message-ID: <h21thh$nro$1@fred.mathworks.com>
References: <h1qmrn$4dk$1@fred.mathworks.com> <h21t69$2e6$1@fred.mathworks.com>
Reply-To: "fabio freschi" <fabio.freschi@remove.gmail.com>
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 1246001521 24440 172.30.248.35 (26 Jun 2009 07:32:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 26 Jun 2009 07:32:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1749342
Xref: news.mathworks.com comp.soft-sys.matlab:550795


The exact call of chol I used is (of course)
[L,p] = chol(A(ip,ip),'lower')
sorry for the mistyping
fabio