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

/external/eigen/Eigen/src/Core/
H A DSolveTriangular.h97 Rhs::MaxRowsAtCompileTime, Rhs::MaxColsAtCompileTime, Lhs::MaxRowsAtCompileTime,4> BlockingType; typedef
99 BlockingType blocking(rhs.rows(), rhs.cols(), size);
/external/eigen/Eigen/src/Core/products/
H A DTriangularMatrixMatrix.h400 Lhs::MaxRowsAtCompileTime, Rhs::MaxColsAtCompileTime, Lhs::MaxColsAtCompileTime,4> BlockingType; typedef
408 BlockingType blocking(stripedRows, stripedCols, stripedDepth);
H A DGeneralMatrixMatrix.h203 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; typedef
417 _ActualLhsType, _ActualRhsType, Dest, BlockingType> GemmFunctor;
419 BlockingType blocking(dst.rows(), dst.cols(), lhs.cols());

Completed in 195 milliseconds