Boost logo

Ublas :

Subject: Re: [ublas] problem regards to using boost binding library for svd in lapack under vc 9.0
From: Jesse Perla (jesseperla_at_[hidden])
Date: 2009-04-16 07:48:03


On Thu, Apr 16, 2009 at 5:45 AM, Thomas Klimpel <Thomas.Klimpel_at_[hidden]
> wrote:

> > Thanks a lot for ur advice. Unfortunatly it doesnot work.
> > And we think the problem is about "How to make binding
> > lib work with lapack under Windows?".
>

My advice on "getting making it work" immediately is to use Intel MKL. If
you are serious about high performance computing on windows (or
crossplatform to linux), it might be worth moving to Intel C++ on its own
merits. If you are academic or a student, the cost of the compiler is
really cheap:
http://software.intel.com/en-us/articles/intel-academic-developer-program/ And
when you move to linux, the compiler is free for non-commercial use there.

-Jesse