Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 278 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 278 Bytes

Detecting the BLAS and LAPACK math libraries

This recipe shows how to find a working implementation of the linear algebra libraries BLAS and LAPACK.

To test: ./linear-algebra 1000 where the integer is the dimension of the matrices/vectors.