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 <[EMAIL PROTECTED]> 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 > [email protected] > http://lists.gnu.org/mailman/listinfo/help-gsl > _______________________________________________ Help-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gsl
