Cmathtuts icon indicating copy to clipboard operation
Cmathtuts copied to clipboard

trying to collect all useful tutorials for famous C math and linear algebra libraries such as CBLAS, CLAPACK, GSL...

Results 3 Cmathtuts issues
Sort by recently updated
recently updated
newest added

https://github.com/Foadsf/Cmathtuts/blob/b91ea597a6e6a0d6b99ce07a079bbc60e4b3034e/C_CBLAS/readme.txt#L9

Quoting your README.md > "I really do not understand the difference between LAPACK, LAPACKE and CLAPACK there might be some confusion in the tutorials" You might want to check this...

Quoting your README.md "for some of the BLAS and CBLAS examples the -lgfortran is requred to compile. I don't know why!" you probably mean *link* with -lgfortran, and not *compile....