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
67 # undef EIGEN_USE_LAPACKE
70 # undef EIGEN_USE_LAPACKE
/external/eigen/doc/
DUsingBlasLapackBackends.dox55 <tr class="alt"><td>\c EIGEN_USE_LAPACKE </td><td>Enables the use of external Lapack routines via t…
56 <tr><td>\c EIGEN_USE_LAPACKE_STRICT </td><td>Same as \c EIGEN_USE_LAPACKE but algorithms of lower n…
86 <tr><td>LU decomposition \n \c EIGEN_USE_LAPACKE \n \c EIGEN_USE_LAPACKE_STRICT </td><td>\code
91 <tr class="alt"><td>Cholesky decomposition \n \c EIGEN_USE_LAPACKE \n \c EIGEN_USE_LAPACKE_STRICT <…
96 <tr><td>QR decomposition \n \c EIGEN_USE_LAPACKE \n \c EIGEN_USE_LAPACKE_STRICT </td><td>\code
103 <tr class="alt"><td>Singular value decomposition \n \c EIGEN_USE_LAPACKE </td><td>\code
109 <tr><td>Eigen-value decompositions \n \c EIGEN_USE_LAPACKE \n \c EIGEN_USE_LAPACKE_STRICT </td><td>…
122 <tr class="alt"><td>Schur decomposition \n \c EIGEN_USE_LAPACKE \n \c EIGEN_USE_LAPACKE_STRICT </td…
DUsingIntelMKL.dox60 <tr class="alt"><td>\c EIGEN_USE_LAPACKE </td><td>Enables the use of external Lapack routines via t…
61 <tr><td>\c EIGEN_USE_LAPACKE_STRICT </td><td>Same as \c EIGEN_USE_LAPACKE but algorithm of lower ro…
63 <tr><td>\c EIGEN_USE_MKL_ALL </td><td>Defines \c EIGEN_USE_BLAS, \c EIGEN_USE_LAPACKE, and \c EIGEN…
/external/eigen/Eigen/
DCholesky33 #ifdef EIGEN_USE_LAPACKE
DQR38 #ifdef EIGEN_USE_LAPACKE
DLU30 #ifdef EIGEN_USE_LAPACKE
DEigenvalues47 #ifdef EIGEN_USE_LAPACKE
DSVD39 #if defined(EIGEN_USE_LAPACKE) && !defined(EIGEN_USE_LAPACKE_STRICT)