Home
last modified time | relevance | path

Searched refs:EIGEN_USE_LAPACKE (Results 1 – 8 of 8) sorted by relevance

/external/eigen/Eigen/src/Core/util/
DMKL_support.h40 #ifndef EIGEN_USE_LAPACKE
41 #define EIGEN_USE_LAPACKE macro
49 #define EIGEN_USE_LAPACKE macro
52 #if defined(EIGEN_USE_BLAS) || defined(EIGEN_USE_LAPACKE) || defined(EIGEN_USE_MKL_VML)
68 # undef EIGEN_USE_LAPACKE
71 # undef EIGEN_USE_LAPACKE
/external/eigen/doc/
DUsingIntelMKL.dox58 <tr class="alt"><td>\c EIGEN_USE_LAPACKE </td><td>Enables the use of external Lapack routines via t…
59 <tr><td>\c EIGEN_USE_LAPACKE_STRICT </td><td>Same as \c EIGEN_USE_LAPACKE but algorithm of lower ro…
61 <tr><td>\c EIGEN_USE_MKL_ALL </td><td>Defines \c EIGEN_USE_BLAS, \c EIGEN_USE_LAPACKE, and \c EIGEN…
92 <tr><td>LU decomposition \n \c EIGEN_USE_LAPACKE \n \c EIGEN_USE_LAPACKE_STRICT </td><td>\code
97 <tr class="alt"><td>Cholesky decomposition \n \c EIGEN_USE_LAPACKE \n \c EIGEN_USE_LAPACKE_STRICT <…
102 <tr><td>QR decomposition \n \c EIGEN_USE_LAPACKE \n \c EIGEN_USE_LAPACKE_STRICT </td><td>\code
109 <tr class="alt"><td>Singular value decomposition \n \c EIGEN_USE_LAPACKE </td><td>\code
115 <tr><td>Eigen-value decompositions \n \c EIGEN_USE_LAPACKE \n \c EIGEN_USE_LAPACKE_STRICT </td><td>…
128 <tr class="alt"><td>Schur decomposition \n \c EIGEN_USE_LAPACKE \n \c EIGEN_USE_LAPACKE_STRICT </td…
/external/eigen/Eigen/
DCholesky25 #ifdef EIGEN_USE_LAPACKE
DSVD25 #if defined(EIGEN_USE_LAPACKE) && !defined(EIGEN_USE_LAPACKE_STRICT)
DQR29 #ifdef EIGEN_USE_LAPACKE
DLU24 #ifdef EIGEN_USE_LAPACKE
DEigenvalues39 #ifdef EIGEN_USE_LAPACKE
/external/eigen/unsupported/Eigen/
DSVD28 #if defined(EIGEN_USE_LAPACKE) && !defined(EIGEN_USE_LAPACKE_STRICT)