[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] Matlab 7 x GSL
From: |
Thomas Weber |
Subject: |
Re: [Help-gsl] Matlab 7 x GSL |
Date: |
Wed, 30 Aug 2006 16:51:26 +0200 |
Hi,
you can use ATLAS (or other BLAS implementations) with GSL quite easily.
An example can be found in section 2.2.2, "Linking with an alternative
BLAS library" of GSL's manual.
As there is no change in the code involved (just link against the
different library), this should be straightforward.
Which platform are you working on?
Regards
Thomas