Boost logo

Ublas :

Subject: Re: [ublas] numeric bindings nrm2 differences
From: Rutger ter Borg (rutger_at_[hidden])
Date: 2011-11-29 08:26:17


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.

Cheers,

Rutger