Searched defs:MaxRows (Results 1 - 3 of 3) sorted by relevance

/external/eigen/unsupported/Eigen/src/KroneckerProduct/
H A DKroneckerTensorProduct.h162 MaxRows = size_at_compile_time<traits<Lhs>::MaxRowsAtCompileTime, traits<Rhs>::MaxRowsAtCompileTime>::ret, enumerator in enum:Eigen::internal::traits::__anon21072
/external/eigen/Eigen/src/Core/
H A DGeneralProduct.h62 MaxRows = _Lhs::MaxRowsAtCompileTime, enumerator in enum:Eigen::internal::product_type::__anon20614
77 rows_select = product_size_category<Rows,MaxRows>::value,
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixFunction.h77 static const int MaxRows = Traits::MaxRowsAtCompileTime; member in class:Eigen::MatrixFunction
81 typedef Matrix<ComplexScalar, Rows, Cols, Options, MaxRows, MaxCols> ComplexMatrix;

Completed in 111 milliseconds