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

Need documentation for mkl_lapacke.h functions.

nuclear_trash
Beginner
278 Views

Cannot find documentation for C-interface LAPACK functions in lapacke.h (not mkl_lapack.h).

for example

lapack_int LAPACKE_dgetri( int matrix_order, lapack_int n, double* a, lapack_int lda, const lapack_int* ipiv );

It differs differs from documented

void dgetri( const MKL_INT* n, double* a, const MKL_INT* lda, const MKL_INT* ipiv, double* work, const MKL_INT* lwork, MKL_INT* info );

in mkl_lapack.h

Other functions prototypes are differ too.

Where can I find full documentation?

I use Intel Composer XE 2010 and MS Visual Studio (C++)

0 Kudos
1 Reply
Gennady_F_Intel
Moderator
278 Views
Please follow thelink, you can find the online documentations and C LAPACK examples.
--Gennady
0 Kudos
Reply