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

mkl_scsrgemv

e_ustimenko
Beginner
414 Views
void mkl_scsrgemv(char *transa, MKL_INT *m, float *a, MKL_INT *ia, MKL_INT *ja, float *x, float *y);
Hello. I need your help. Can you tell me about what the every parameter is mean?
And I will thanks a lot for some example of this function using.
Thank u.
0 Kudos
4 Replies
Konstantin_A_Intel
414 Views
Hi Evgeny,
MKL team provided a lot of documentation in order to make MKL usage comfortable and easy.
Please look at MKL Reference manual page:
mkl_scsrgemv function description is located in "BLAS and Sparse BLAS Routines" -> "Sparse BLAS level 2 and level 3 Routines".
Regards,
Konstantin
0 Kudos
e_ustimenko
Beginner
414 Views
Thank u for the answer, Konstantin. I found that I want, but I don't find any example of function using in C.
If u can, give some simple example, or give some link.
Thank u.
0 Kudos
Gennady_F_Intel
Moderator
414 Views
you can find these examples here \examples\spblasf\source
see dcsr.f and scsr.f files
0 Kudos
e_ustimenko
Beginner
414 Views
Thank u, your advice is helpful
0 Kudos
Reply