Boost logo

Ublas :

Subject: Re: [ublas] numeric bindings nrm2 differences
From: Kraus Philipp (philipp.kraus_at_[hidden])
Date: 2011-11-29 08:44:08


Am 29.11.2011 um 14:26 schrieb Rutger ter Borg:

> On 2011-11-29 12:33, Kraus Philipp wrote:
>>
>> Does the nrm2 call delegate to the ATLAS nrm2 (cblas) ? So the numeric
>> binding is a wrapper structure only for the ATLAS calls?
>
> if you define
>
> #define BOOST_NUMERIC_BINDINGS_BLAS_CBLAS
>
> your calls will be delegated to ATLAS. Otherwise, it is delegated to a netlib-compatible (Fortran-based) library.

Sorry, I have forgot this information: I have set the flag "-D BOOST_NUMERIC_BINDINGS_BLAS_CBLAS" on the g++ call