Home
last modified time | relevance | path

Searched defs:MaxRows (Results 1 – 3 of 3) 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/
DMatrixPower.h429 Matrix<ComplexScalar, Rows, Cols, Options, MaxRows, MaxCols>& res, in revertSchur() argument
437 Matrix<RealScalar, Rows, Cols, Options, MaxRows, MaxCols>& res, in revertSchur() argument
DMatrixFunction.h77 static const int MaxRows = Traits::MaxRowsAtCompileTime; variable