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

  /external/eigen/Eigen/src/Core/products/
GeneralMatrixMatrix.h 203 template<typename Scalar, typename Index, typename Gemm, typename Lhs, typename Rhs, typename Dest, typename BlockingType>
207 BlockingType& blocking)
233 BlockingType& m_blocking;
408 Dest::MaxRowsAtCompileTime,Dest::MaxColsAtCompileTime,MaxDepthAtCompileTime> BlockingType;
417 _ActualLhsType, _ActualRhsType, Dest, BlockingType> GemmFunctor;
419 BlockingType blocking(dst.rows(), dst.cols(), lhs.cols());
TriangularMatrixMatrix.h 400 Lhs::MaxRowsAtCompileTime, Rhs::MaxColsAtCompileTime, Lhs::MaxColsAtCompileTime,4> BlockingType;
408 BlockingType blocking(stripedRows, stripedCols, stripedDepth);
  /external/eigen/Eigen/src/Core/
SolveTriangular.h 97 Rhs::MaxRowsAtCompileTime, Rhs::MaxColsAtCompileTime, Lhs::MaxRowsAtCompileTime,4> BlockingType;
99 BlockingType blocking(rhs.rows(), rhs.cols(), size);

Completed in 75 milliseconds