如题。俺学统计的,对科学计算基本上就是一窍不通。最近用C实现了一个方法,但里
面有大矩阵相乘,太慢。想用cblas里面的函数。可是对如何使用没什么头绪。不知道
有没有好心人可以分享经验。怎么编译,和在C程序中调用。主要俺是用windows的,所
以在网上搜不到step by step的说明。如果有其他可以做快速矩阵相乘的,请您给个建
议,可以在windows上编译使用的。非常感激。
f******k 发帖数: 297
2
very easy. you can download atlas blas prebuilt library for free. http://netlib2.cs.utk.edu/atlas/archives/windows/
and just put the header cblas.h in your code and link your code with those
libraries.