Home
last modified time | relevance | path

Searched refs:EIGEN2_SUPPORT (Results 1 – 25 of 35) sorted by relevance

12

/external/eigen/Eigen/
DLeastSquares4 #ifndef EIGEN2_SUPPORT
5 #error LeastSquares is only available in Eigen2 support mode (define EIGEN2_SUPPORT)
9 #ifdef EIGEN2_SUPPORT
30 #endif // EIGEN2_SUPPORT
DEigen2Support13 #if (!defined(EIGEN2_SUPPORT)) || (!defined(EIGEN_CORE_H))
14 #error Eigen2 support must be enabled by defining EIGEN2_SUPPORT before including any Eigen header
36 * To use it, define EIGEN2_SUPPORT before including any Eigen header
38 * #define EIGEN2_SUPPORT
DQR34 #ifdef EIGEN2_SUPPORT
40 #ifdef EIGEN2_SUPPORT
DCore212 #define EIGEN2_SUPPORT
215 #define EIGEN2_SUPPORT
218 #define EIGEN2_SUPPORT
221 #define EIGEN2_SUPPORT
223 #elif defined EIGEN2_SUPPORT
231 #ifdef EIGEN2_SUPPORT
372 #ifdef EIGEN2_SUPPORT
DArray7 #ifndef EIGEN2_SUPPORT
DSVD30 #ifdef EIGEN2_SUPPORT
DLU34 #ifdef EIGEN2_SUPPORT
DGeometry55 #ifdef EIGEN2_SUPPORT
/external/eigen/Eigen/src/Core/
DMatrixBase.h198 #ifdef EIGEN2_SUPPORT
231 #ifdef EIGEN2_SUPPORT
328 #ifdef EIGEN2_SUPPORT
336 #ifdef EIGEN2_SUPPORT
370 #ifdef EIGEN2_SUPPORT
381 #ifdef EIGEN2_SUPPORT
456 #ifdef EIGEN2_SUPPORT
DNumTraits.h80 #ifdef EIGEN2_SUPPORT
DDenseCoeffsBase.h152 #ifndef EIGEN2_SUPPORT
374 #ifndef EIGEN2_SUPPORT
DDot.h76 #ifdef EIGEN2_SUPPORT
DMatrix.h331 #ifdef EIGEN2_SUPPORT
DDiagonalMatrix.h85 #ifdef EIGEN2_SUPPORT
DSelfAdjointView.h165 #ifdef EIGEN2_SUPPORT
/external/eigen/doc/examples/
DMatrixBase_cwise_const.cpp1 #define EIGEN2_SUPPORT macro
/external/eigen/doc/
DA10_Eigen2SupportModes.dox12 \section EIGEN2_SUPPORT_Macro The quick way: define EIGEN2_SUPPORT
14 By defining EIGEN2_SUPPORT before including any Eigen 3 header, you get back a large part of the Ei…
22 The primary reason why EIGEN2_SUPPORT alone may not be enough to migrate a large project from Eigen…
58 …any Eigen 3 header. Also, this mode is what you get by default when you just define EIGEN2_SUPPORT.
/external/eigen/unsupported/Eigen/
DSVD32 #ifdef EIGEN2_SUPPORT
/external/eigen/test/
Deigen2support.cpp10 #define EIGEN2_SUPPORT macro
Dcwiseop.cpp11 #define EIGEN2_SUPPORT macro
DCMakeLists.txt281 option(EIGEN_TEST_EIGEN2 "Run whole Eigen2 test suite against EIGEN2_SUPPORT" OFF)
/external/eigen/Eigen/src/Eigen2Support/
DLU.h101 #ifdef EIGEN2_SUPPORT
/external/eigen/Eigen/src/Core/util/
DStaticAssert.h173 #ifdef EIGEN2_SUPPORT
DForwardDeclarations.h238 #ifdef EIGEN2_SUPPORT
286 #ifdef EIGEN2_SUPPORT
/external/eigen/Eigen/src/Cholesky/
DLDLT.h155 #ifdef EIGEN2_SUPPORT
194 #ifdef EIGEN2_SUPPORT

12