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

solve Linear system

mehdi_m_
Beginner
261 Views

hi

i am struggling with solving dense linear systems. my question is ho i can use LAPACK or is there any internal package in Inter parallel-x Fortran?

kind regards

0 Kudos
1 Reply
mecej4
Honored Contributor III
261 Views

Lapack routines are available in the MKL library, which is included with Intel Parallel Studio. For example, the routine GESV may be used to solve linear equations.

0 Kudos
Reply