Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

MKL equivalent to imsl lin_sol_gen

Brian_Murphy
New Contributor II
259 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
259 Views

Probably best to ask in the MKL forum.

0 Kudos
Brian_Murphy
New Contributor II
259 Views

Thanks.  I will do that.

0 Kudos
Reply