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

Lower triangular matrix of a symmetric sparse matrix

vahid_s_
Novice
324 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
324 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
324 Views

Hi Vahid,

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

Thanks,

Alex

0 Kudos
Reply