Home
last modified time | relevance | path

Searched refs:EIGEN_PLAIN_ENUM_MIN (Results 1 – 4 of 4) 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),
DMathFunctions.h514 … offset = NumTraits<Scalar>::IsSigned ? (1 << (EIGEN_PLAIN_ENUM_MIN(rand_bits,scalar_bits)-1)) : 0
/external/eigen/Eigen/src/Core/util/
DMacros.h383 #define EIGEN_PLAIN_ENUM_MIN(a,b) (((int)a <= (int)b) ? (int)a : (int)b) macro
/external/eigen/Eigen/src/LU/
DInverse.h291 const int Size = EIGEN_PLAIN_ENUM_MIN(MatrixType::ColsAtCompileTime,Dest::ColsAtCompileTime);