Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: DSYEVX functionality in MATLAB
Date: Fri, 27 Jul 2007 08:50:24 +0000 (UTC)
Organization: Universit&#228;t Stuttgart
Lines: 7
Message-ID: <f8cbkg$h4f$1@fred.mathworks.com>
References: <f83o4n$fth$1@login.nmt.edu> <ef5e907.1@webcrossing.raydaftYaTP> <ef5e907.2@webcrossing.raydaftYaTP>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-00-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1185526224 17551 172.30.248.35 (27 Jul 2007 08:50:24 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 27 Jul 2007 08:50:24 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 545430
Xref: news.mathworks.com comp.soft-sys.matlab:421346



Did anybody try to translate the mex-file above under Windows? There you have to give the path to the lapack library additionally:

mex('cholmex.c', [matlabroot, '/extern/lib/win32/lcc/libmwlapack.lib'])

If your file is called "cholmex.c" and you are using the LCC compiler.

Markus