Index of /guides/c-programming/Examples/cblas-examples/

NameLast ModifiedSize
UpParent Directory
[TXT]blas-1.c2013-12-02 22:48 1k
Fileblas-1.c-example2012-11-20 19:13 1k
[TXT]blas-2.c2012-11-20 19:08 1k
Fileblas-2.c-example2012-11-20 19:13 1k
[TXT]blas-3.c2012-11-20 19:00 3k
Fileblas-3.c-example2012-11-20 19:13 1k
Fileblas12015-12-01 00:50 9k
Fileblas22015-12-01 00:52 9k
Fileblas32013-12-02 22:55 9k
Paul E. Johnson <pauljohn@ku.edu> 2012-11-17 Examples of C programs that access the BLAS routines from the c interface. Include cblas.h for that. Note that depending on the linker options, this may actually use routines from different libraries. I mean, lblas is usually pointing to a file like /usr/lib/libblas.so which, itself, is not a "real shared library file", but instead a symbolic link to an implementation in some particular programming package. Perhaps it points to routines from "ATLAS" (Automatic Tuning Linear Algebra System" or "GotoBLAS2", or the Intel Math Kernel Library (mkl). The selection can be trusted to system administrators, usually, unless you want to test different ones, and then some gcc command line magic is required to specify which one.
Proudly Served by LiteSpeed Web Server at pj.freefaculty.org Port 443