HomeSort by relevance Sort by last modified time
    Searched defs:MaxCols (Results 1 - 3 of 3) sorted by null

  /external/eigen/Eigen/src/Core/
GeneralProduct.h 43 MaxCols = traits<_Rhs>::MaxColsAtCompileTime,
56 cols_select = product_size_category<Cols,MaxCols>::value,
  /external/eigen/unsupported/Eigen/src/KroneckerProduct/
KroneckerTensorProduct.h 213 MaxCols = size_at_compile_time<traits<Lhs>::MaxColsAtCompileTime, traits<Rhs>::MaxColsAtCompileTime>::ret
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixFunction.h 407 static const int MaxRows = Traits::MaxRowsAtCompileTime, MaxCols = Traits::MaxColsAtCompileTime;
410 typedef Matrix<ComplexScalar, Rows, Cols, 0, MaxRows, MaxCols> ComplexMatrix;

Completed in 1666 milliseconds