Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Core/
DGeneralProduct.h62 MaxRows = _Lhs::MaxRowsAtCompileTime, enumerator
77 rows_select = product_size_category<Rows,MaxRows>::value, enumerator
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DMatrixFunction.h77 static const int MaxRows = Traits::MaxRowsAtCompileTime; variable