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

MKL LAPACK example for C

cedric83
Beginner
609 Views
Hi everyone,

Does anyone have an example of a matrix inversion using MKL LAPACK and C ? I have some problems with the functions dgetrf and dgetri even if I use the FORTRAN style as arguments. What argument of compilation must I add on a x64 architecture in my makefile?

Thank you :-)
0 Kudos
2 Replies
ArturGuzik
Valued Contributor I
609 Views
Quoting - cedric83
Hi everyone,

Does anyone have an example of a matrix inversion using MKL LAPACK and C ? I have some problems with the functions dgetrf and dgetri even if I use the FORTRAN style as arguments. What argument of compilation must I add on a x64 architecture in my makefile?

Thank you :-)

See this thread (and link) (inversion shoudl go very similar). You're on Linux or Windows?

A.
0 Kudos
cedric83
Beginner
609 Views
Thx you :)

I have solved my problem it came from the compilator :)
0 Kudos
Reply