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.
difference between lapacke and lapack
10.7k Views Asked by Megidd At
2
You probably want to use LAPACKE as it frees you from writing helpers for converting from/to row-major mode to column major mode for matrices before/after LAPACK calls.