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.
7234 Discussions

can pardiso solver handle two matrix with different sparsities

xsxcn
Beginner
465 Views
in each time step, I would like to solve two linear equations Ax=B. And the matrix A for each is totally different.
I would like to factorize A first for each set and solve them successively.

Is this can be done in pardiso solver?

Thanks
0 Kudos
1 Reply
Chao_Y_Intel
Moderator
465 Views

Hello,

I do not fully understand the question: Are the two matrixe A1, A2 unrelated? If so, why not use two pardiso solvers to solve them

Some clarification may be helpful for the problem.

Thanks,
Chao

0 Kudos
Reply