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

  /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 331 milliseconds