help-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gsl] gsl blas question


From: Martin Jansche
Subject: Re: [Help-gsl] gsl blas question
Date: Sat, 13 Oct 2007 02:00:14 -0400

The gsl_cblas routines forward to an underlying CBLAS implementation,
for which there's a default implementation (gslcblas) that ships with
GSL.  You can substitute any other library that implements the CBLAS
API, e.g. ATLAS.  However, most of the vendor libraries only implement
the Fortran BLAS API, but not CBLAS.  If you want to use those
libraries, you need a thin wrapper around Fortran BLAS that provides
CBLAS. There should be one on netlib.

-- mj

On 10/12/07, Gideon Simpson <address@hidden> wrote:
> is GSL BLAS a wrapper to the machine's vendor provided BLAS ( Intel
> MKL, AMD ACML, etc.), or a separate implementation of BLAS?
>
> -gideon
>
> _______________________________________________
> Help-gsl mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/help-gsl
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]