Hello,
how can you use LAPACK without BLAS? If you are using LAPACK, you
certainly are using BLAS without knowing it.
Try just to call one of the BLAS routines (for example dcopy or daxpy).
You should have access to them.
If not, you should read:
http://www.netlib.org/lapack/faq.html#2.5
In the CLAPACK directory there is a BLAS directory. This is an F2C of the
reference BLAS.
Julie
On Mon, 28 Aug 2006, Elvira Garcia wrote:
Hello, i am Elvira and i am studing Computer Science.
I have installed CLAPACK and i am using the routines. It is very good,
but i would like to use BLAS routines and i don?t know how to do it.
Is it possible?
Thank you.
Sincerely,
Maria Elvira Garcia.
_______________________________________________
Lapack mailing list
Lapack@Domain.Removed
http://lists.cs.utk.edu/listinfo/lapack
|