Home
last modified time | relevance | path

Searched refs:EIGEN_PLAIN_ENUM_MIN (Results 1 – 3 of 3) sorted by relevance

/external/eigen/Eigen/src/Core/
DDiagonal.h45 : (EIGEN_PLAIN_ENUM_MIN(MatrixType::RowsAtCompileTime - EIGEN_PLAIN_ENUM_MAX(-DiagIndex, 0),
51 … : (EIGEN_PLAIN_ENUM_MIN(MatrixType::MaxRowsAtCompileTime - EIGEN_PLAIN_ENUM_MAX(-DiagIndex, 0),
/external/eigen/Eigen/src/Core/util/
DMacros.h362 #define EIGEN_PLAIN_ENUM_MIN(a,b) (((int)a <= (int)b) ? (int)a : (int)b) macro
/external/eigen/Eigen/src/LU/
DInverse.h287 const int Size = EIGEN_PLAIN_ENUM_MIN(MatrixType::ColsAtCompileTime,Dest::ColsAtCompileTime);