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.

solve Linear system

mehdi_m_
Beginner
524 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
524 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