Using Eigen LIbrary with CBLAS
up vote
0
down vote
favorite
I know that I can ask Eigen to use a Blas library by defining the variable "EIGEN_USE_BLAS". I have a very efficient CBLAS implementation available on my system. Is it possible to make Eigen to use that CBLAS library?
blas eigen3 cblas
add a comment |
up vote
0
down vote
favorite
I know that I can ask Eigen to use a Blas library by defining the variable "EIGEN_USE_BLAS". I have a very efficient CBLAS implementation available on my system. Is it possible to make Eigen to use that CBLAS library?
blas eigen3 cblas
If you toss in a little more details, one might be able to help. OS, which "efficient library", ...
– Kaveh Vahedipour
Nov 5 at 22:31
cblas is usually just a tiny wrapper over a BLAS, are you sure you're not in that case? And what is this super fast CBLAS?
– ggael
Nov 6 at 10:45
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I know that I can ask Eigen to use a Blas library by defining the variable "EIGEN_USE_BLAS". I have a very efficient CBLAS implementation available on my system. Is it possible to make Eigen to use that CBLAS library?
blas eigen3 cblas
I know that I can ask Eigen to use a Blas library by defining the variable "EIGEN_USE_BLAS". I have a very efficient CBLAS implementation available on my system. Is it possible to make Eigen to use that CBLAS library?
blas eigen3 cblas
blas eigen3 cblas
asked Nov 5 at 18:06
Soo
311214
311214
If you toss in a little more details, one might be able to help. OS, which "efficient library", ...
– Kaveh Vahedipour
Nov 5 at 22:31
cblas is usually just a tiny wrapper over a BLAS, are you sure you're not in that case? And what is this super fast CBLAS?
– ggael
Nov 6 at 10:45
add a comment |
If you toss in a little more details, one might be able to help. OS, which "efficient library", ...
– Kaveh Vahedipour
Nov 5 at 22:31
cblas is usually just a tiny wrapper over a BLAS, are you sure you're not in that case? And what is this super fast CBLAS?
– ggael
Nov 6 at 10:45
If you toss in a little more details, one might be able to help. OS, which "efficient library", ...
– Kaveh Vahedipour
Nov 5 at 22:31
If you toss in a little more details, one might be able to help. OS, which "efficient library", ...
– Kaveh Vahedipour
Nov 5 at 22:31
cblas is usually just a tiny wrapper over a BLAS, are you sure you're not in that case? And what is this super fast CBLAS?
– ggael
Nov 6 at 10:45
cblas is usually just a tiny wrapper over a BLAS, are you sure you're not in that case? And what is this super fast CBLAS?
– ggael
Nov 6 at 10:45
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53159849%2fusing-eigen-library-with-cblas%23new-answer', 'question_page');
}
);
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
If you toss in a little more details, one might be able to help. OS, which "efficient library", ...
– Kaveh Vahedipour
Nov 5 at 22:31
cblas is usually just a tiny wrapper over a BLAS, are you sure you're not in that case? And what is this super fast CBLAS?
– ggael
Nov 6 at 10:45