I wonder what is the difference between LAPACKE and LAPACK. I want to do Eigen analysis with QZ decomposition, but I'm not sure if I should start with LAPACKE or LAPACK. I appreciate any help.
15
votes
From the Stack Overflow tag descriptions and reading various Google search results and Wikipedia, it looks like LAPACK is a FORTRAN library written in FORTRAN, and LAPACKE is a C wrapper library around the FORTRAN LAPACK library.
- ajp15243
2 Answers
17
votes