Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
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.

MKL equivalent to imsl lin_sol_gen

Brian_Murphy
New Contributor II
630 Views

Is MKL/gesv an appropriate replacement for IMSL/lin_sol_gen?  I believe both do an LU decomposition to get the solution.  If I merely replace CALL LIN_SOL_GEN(A,B,X) with CALL GESVX(A,B,X), how close should I reasonably expect the solutions to match for double precision problems with, say 100x100, coefficient matrix. 

0 Kudos
2 Replies
Steve_Lionel
Honored Contributor III
630 Views

Probably best to ask in the MKL forum.

0 Kudos
Brian_Murphy
New Contributor II
630 Views

Thanks.  I will do that.

0 Kudos
Reply