Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Lower triangular matrix of a symmetric sparse matrix

vahid_s_
Novice
710 Views

Hi,

Is there any way to get lower (or upper) triangular matrix of a symmetric sparse matrix from pardiso solver? If not, what is the best way to do that using MKL intel in FORTRAN? I know I can get lower triangular matrix of a symmetric matrix with pbtrf() function but I could not find an function for sparse matrices!

The size of symmetric sparse matrix is around 10000*10000. 

Thank you,

Vahid

0 Kudos
2 Replies
Olaf_Schenk
Beginner
710 Views

Hi Vahid,

This option is available at www.pardiso-project.org. Please send me an email so that we can discuss if offline.

Regards,
Olaf Schenk

0 Kudos
Alexander_K_Intel2
710 Views

Hi Vahid,

Nice to see you again! Can I ask you about format of your matrix?

Thanks,

Alex

0 Kudos
Reply