Boost logo

Ublas :

Subject: Re: [ublas] numeric bindings with atlas & lapack
From: Thomas Klimpel (Thomas.Klimpel_at_[hidden])
Date: 2012-11-05 07:26:23


Kraus Philipp wrote:
> I'm using the Boost numeric bindings for using LAPACK calls with the Ublas
> datatypes.
> I'm building ATLAS & LAPACK in combination on my *nix systems. On
> Windows the
> ATLAS build is very difficult, so can I use numeric bindings without ATLAS
> (CBLAS) calls?

Just don't define the corresponding macros. Of course, only column_major storage will be fully supported then.

Regards,
Thomas