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.

Question on direct spars solver (DSS)

Sören_Plönnigs
Beginner
1,028 Views
In the documentation I found out that the solver supports LU and LLT factorization. How can I switch between LU and LLT?
regards,
Soeren
0 Kudos
1 Solution
Alexander_K_Intel2
1,028 Views
Yes, the same situation exist in DSS interface
With best regards,
Alexander Kalinkin

View solution in original post

0 Kudos
4 Replies
Alexander_K_Intel2
1,028 Views
Hi Soeren,
If matrix you provide to PARDISO is symmetric positive define then PARDISO factorise it on LL^T, in other case on LDL^T or LU.
With best regards,
Alexander Kalinkin
0 Kudos
Sören_Plönnigs
Beginner
1,028 Views
And the same applies to DSS?
0 Kudos
Alexander_K_Intel2
1,029 Views
Yes, the same situation exist in DSS interface
With best regards,
Alexander Kalinkin
0 Kudos
Sören_Plönnigs
Beginner
1,028 Views
Ok, thanks for the information! :)
0 Kudos
Reply