Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

MKL book

ninhngt
Beginner
502 Views
Is there any good books about using MKL ?
0 Kudos
3 Replies
Gennady_F_Intel
Moderator
502 Views
Quoting - ninhngt
Is there any good books about using MKL ?

We have no books about using MKL.
The doc folder contains all documentation for MKL.
may be userguide will be usefull?
what specific questions are you looking for?
--Gennady

0 Kudos
ninhngt
Beginner
502 Views

We have no books about using MKL.
The doc folder contains all documentation for MKL.
may be userguide will be usefull?
what specific questions are you looking for?
--Gennady


I come from an object-oriented background. The naming convention and the coding style in MKL is quite strange to me so I have some difficulties in learning it.
0 Kudos
Gennady_F_Intel
Moderator
502 Views
Quoting - ninhngt

We have no books about using MKL.
The doc folder contains all documentation for MKL.
may be userguide will be usefull?
what specific questions are you looking for?
--Gennady


I come from an object-oriented background. The naming convention and the coding style in MKL is quite strange to me so I have some difficulties in learning it.

Yes, for object-oriented background this is understandable.
But math libraries are different "country" :)
MKL supports the netlib BLAS and LAPACK APIs, which are defacto standard and all mathematical libraries ( like ACML, ESSL, SUN Perf.Lins and etc ) support these APIs".
--Gennady
0 Kudos
Reply