OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BlockingType
(Results
1 - 3
of
3
) sorted by null
/external/eigen/Eigen/src/Core/products/
GeneralMatrixMatrix.h
204
template<typename Scalar, typename Index, typename Gemm, typename Lhs, typename Rhs, typename Dest, typename
BlockingType
>
208
BlockingType
& blocking)
234
BlockingType
& m_blocking;
409
Dest::MaxRowsAtCompileTime,Dest::MaxColsAtCompileTime,MaxDepthAtCompileTime>
BlockingType
;
418
_ActualLhsType, _ActualRhsType, Dest,
BlockingType
> GemmFunctor;
420
BlockingType
blocking(dst.rows(), dst.cols(), lhs.cols());
TriangularMatrixMatrix.h
376
Lhs::MaxRowsAtCompileTime, Rhs::MaxColsAtCompileTime, Lhs::MaxColsAtCompileTime,4>
BlockingType
;
384
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 176 milliseconds