NetLib CLAPACK Library
If you built the Essential Math Module library using this library, the CLAPACK libraries must be specified on the link line when building your applications.
On 32-bit platforms for either static or dynamic builds, the libraries are located in:
<installdir>\3rdparty\windows\ia32-<compiler>\clapack-<ver>\lib
On 64-bit platforms for either static or dynamic builds, the libraries are located in:
<installdir>\3rdparty\windows\em64t-<compiler>\clapack-<ver>\lib
In either case, the libraries that must be linked are:
lapack.lib,
blas.lib, and
f2c.lib (release builds) and
lapackd.lib,
blasd.lib, and
f2cd.lib (debug builds).