Path: news.mathworks.com!newsfeed-00.mathworks.com!fu-berlin.de!uni-berlin.de!news.dfncis.de!not-for-mail
From: Joachim Selke <j.selke@tu-bs.de>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Sparse matrix product again
Date: Mon, 12 May 2008 17:04:14 +0200
Organization: Technische =?ISO-8859-1?Q?Universit=E4t_Braunschweig?=
Lines: 6
Message-ID: <68r4jeF2tnbdvU1@mid.dfncis.de>
References: <67rg20F2pn19mU1@mid.dfncis.de> <fvfd1n$1dc$1@fred.mathworks.com> <688agnF2rcjvjU1@mid.dfncis.de> <fvmtmc$k80$1@fred.mathworks.com> <68dnitF2soa18U1@mid.dfncis.de> <fvsiih$m48$1@fred.mathworks.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Trace: news.dfncis.de Hm/TlEAO1s9xY38meNR3Xw00vGxAS1/0BnQHetncavrrDEg6gYiL4ko+MW
Cancel-Lock: sha1:Wf7ilJTuJbAafIbFzocwpkEKmcg=
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.14) Gecko/20080501 Fedora/2.0.0.14-1.fc8 Thunderbird/2.0.0.14 Mnenhy/0.7.5.0
In-Reply-To: <fvsiih$m48$1@fred.mathworks.com>
Xref: news.mathworks.com comp.soft-sys.matlab:467919


Tim Davis wrote:
> Instead of "int" you should use mwSignedIndex.  It's safer,
> if you ever go to a 64-bit platform.  I also recommend not
> using mwIndex at all, but mwSignedIndex in its place.

Thanks for pointing this out.