- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
you can find these examples here \examples\spblasf\source
see dcsr.f and scsr.f files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank u, your advice is helpful

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page