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

use mkl95_precision, only: wp => dp

marcioy
Beginner
313 Views
Hi everyone,
I am migrating from IMSL to MKL. I am trying to implement matrix-matrix and matrix-vector calculations using the BLAS.
I have a doubt about what the following statements mean:
(...)
use mkl95_precision, only: wp => dp
implicit none
real(wp):: alpha, beta; !just an example of variables;
(...)
It seems that alpha and beta are double precision variables. There is any difference between the above statement and the following declaration? Which one should I use?
(...)
double precision alpha, beta;
(...)
Thank you in advance
Marcio Yamamoto
0 Kudos
1 Reply
Gennady_F_Intel
Moderator
313 Views
this topic is duplicated with this one
0 Kudos
Reply