- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Although the various storage schemes are explained in detail in MKL Reference Manual, I believe human users are still willing to present their matrix in conventional full storage form. Is there any service functions in MKL that take in a full-storage matrix and convert it to other storage format like packed, band or RFP? That would reduce programming work a lot.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Now deprecated, but still available: https://software.intel.com/en-us/mkl-developer-reference-fortran-mkl-dnscsr
Recommended for use in new code: https://software.intel.com/en-us/mkl-developer-reference-fortran-matrix-manipulation-routines
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, mecej4, I don't understand your answer. Maybe you didn't understand my question at all.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please read the MKL documentation using the links that I provided. The routine mkl_sdnscsr(), for example, allows you to provide a dense matrix as input to the routine and returns the arrays IA, JA and ACSR for the compressed sparse row representation of the same matrix. That capability is one of the features that you asked for, is it not?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
mecej4 wrote:Please read the MKL documentation using the links that I provided. The routine mkl_sdnscsr(), for example, allows you to provide a dense matrix as input to the routine and returns the arrays IA, JA and ACSR for the compressed sparse row representation of the same matrix. That capability is one of the features that you asked for, is it not?
Please read my question first before asking me to read something else. Your answer is totally irrelevant to my question because you totally have no idea what I was asking. Always try to UNDERSTAND what people were asking, rather than to ASSUME what people were asking. By the way, could you please not answer in this thread and leave it to someone else? Thanks a lot.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page