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

  /external/eigen/unsupported/Eigen/src/KroneckerProduct/
KroneckerTensorProduct.h 163 MaxCols = size_at_compile_time<traits<Lhs>::MaxColsAtCompileTime, traits<Rhs>::MaxColsAtCompileTime>::ret,
  /external/eigen/Eigen/src/Core/
GeneralProduct.h 64 MaxCols = _Rhs::MaxColsAtCompileTime,
78 cols_select = product_size_category<Cols,MaxCols>::value,
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixFunction.h 78 static const int MaxCols = Traits::MaxColsAtCompileTime;
81 typedef Matrix<ComplexScalar, Rows, Cols, Options, MaxRows, MaxCols> ComplexMatrix;

Completed in 2416 milliseconds