Tagged Questions
5
votes
0answers
56 views
Why would cblas_dgemm and cblas_sgemm have different pointer types in a function pointer array?
I have a function pointer array which I use to call the appropriate cblas_xgemm (e.g., cblas_dgemm or cblas_sgemm, etc., from ATLAS/CBLAS).
This works great when I tell it to use cblas_dgemm by ...
1
vote
1answer
531 views
Using ATLAS/Lapack from macports in a typical fortran program
I am trying to write a simple differental equation solver in mpi and fortran. I figured I may as well get familiar with using ATLAS/LAPACK/BLAS routines as they seem quite useful for any future ...
1
vote
1answer
996 views
C C++ Linking Error
all!
I am writing a program in C++ which uses the CLAPACK ATLAS library. However, I cannot get the program to link successfully to the library. I have written a small C program to better demonstrate ...
0
votes
0answers
146 views
Lapack++ linker problem
I have installed lapack++ 2.5.4 with ATLAS 3.8.4 on Fedora 12.
I wrote a simple program to test lapack++ using eclipse.
I set these paths in eclipse:
include path: ...