Registered Member
|
Hi,
I'm converting a library that used MKL with Eigen and it has some Blas/Lapack functions. I tried to include lapack_common.h which include blas_common.h but it always return me an error because of the definition of the type SCALAR. I think it means it's not the right file to include so which one is it please? Thanks |
Moderator
|
You can find the blas prototypes in Eigen/src/misc/blas.h, but we don't provide an equivalent for lapack. BLAS/Lapack interfaces are standard so you can just use the standard prototypes.
|
Registered Member
|
Sorry I can't find it (in eigen 3.0.5). There is a blas.h in bench\btl\libs\C_BLAS which is included by blas_common.h but as I said I have problems with typedef SCALAR. When I include blas.h directly it doesn't work because of BLAS_FUNC I think.
Thanks anyway. |
Registered users: Bing [Bot], claydoh, Google [Bot], rblackwell, Yahoo [Bot]