Home
last modified time | relevance | path

Searched defs:MaxCols (Results 1 – 2 of 2) sorted by relevance

/external/eigen/Eigen/src/Core/
DGeneralProduct.h64 MaxCols = _Rhs::MaxColsAtCompileTime, enumerator
78 cols_select = product_size_category<Cols,MaxCols>::value, enumerator
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DMatrixFunction.h78 static const int MaxCols = Traits::MaxColsAtCompileTime; variable