BLAS

I tried to call cblas_dgemm from C++ code to do matrix multiplication. But with same matrices, the C++ code is much slower than matlab command C=A*B. Anybody know why? I thought matlab also uses BLAS.

Thanks!
Topic archived. No new replies allowed.