OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EIGEN_PLAIN_ENUM_MIN
(Results
1 - 3
of
3
) sorted by null
/external/eigen/Eigen/src/Core/
Diagonal.h
45
: (
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/
Macros.h
362
#define
EIGEN_PLAIN_ENUM_MIN
(a,b) (((int)a <= (int)b) ? (int)a : (int)b)
/external/eigen/Eigen/src/LU/
Inverse.h
287
const int Size =
EIGEN_PLAIN_ENUM_MIN
(MatrixType::ColsAtCompileTime,Dest::ColsAtCompileTime);
Completed in 326 milliseconds