- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi :-)
I am new here and I have a question about using "PARDISO - Parallel Direct Sparse Solver Interface". As you may know in order to use this subroutine for solving a set sparse linear equations as AX = b, the A matrix should be stored in comperes sparse row format. My question is there any subroutine which can do this storage? if there is I think it would be really nice to include them here "http://software.intel.com/sites/products/documentation/hpc/mkl/mklman/GUID-431916D5-B76D-48A1-ABB5-1A0613FDC0FA.htm#GUID-431916D5-B76D-48A1-ABB5-1A0613FDC0FA"
Kind regards,
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Your question should have been posted in the MKL forum.
There is a routine mkl_ddnscsr() (for double precision real matrices; similarly named routines exist for other types) in MKL for exactly this purpose. The MKL documentation should be consulted about matrix storage schemes and conversion. A recent post that involves such conversion is "How can I remove a column from a sparse matrix (CSR) using MKL"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
in that case, we also recommend to look at the existing examples show how to use such routines -- all these examples you can find into <mklroot>\examples\spblasc\source\ directory as an example

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