OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:blockingtype
(Results
1 - 6
of
6
) sorted by null
/external/eigen/Eigen/src/Core/products/
GeneralMatrixMatrix.h
208
template<typename Scalar, typename Index, typename Gemm, typename Lhs, typename Rhs, typename Dest, typename
BlockingType
>
211
gemm_functor(const Lhs& lhs, const Rhs& rhs, Dest& dest, const Scalar& actualAlpha,
BlockingType
& blocking)
240
BlockingType
& m_blocking;
471
Dest::MaxRowsAtCompileTime,Dest::MaxColsAtCompileTime,MaxDepthAtCompileTime>
BlockingType
;
480
ActualLhsTypeCleaned, ActualRhsTypeCleaned, Dest,
BlockingType
> GemmFunctor;
482
BlockingType
blocking(dst.rows(), dst.cols(), lhs.cols(), 1, true);
SelfadjointProduct.h
104
MatrixType::MaxColsAtCompileTime, MatrixType::MaxColsAtCompileTime, _ActualOtherType::MaxColsAtCompileTime>
BlockingType
;
106
BlockingType
blocking(size, size, depth, 1, false);
GeneralMatrixMatrixTriangular.h
279
MatrixType::MaxColsAtCompileTime, MatrixType::MaxColsAtCompileTime, _ActualRhs::MaxColsAtCompileTime>
BlockingType
;
281
BlockingType
blocking(size, size, depth, 1, false);
TriangularMatrixMatrix.h
412
Lhs::MaxRowsAtCompileTime, Rhs::MaxColsAtCompileTime, Lhs::MaxColsAtCompileTime,4>
BlockingType
;
420
BlockingType
blocking(stripedRows, stripedCols, stripedDepth, 1, false);
SelfadjointMatrixMatrix.h
497
Lhs::MaxRowsAtCompileTime, Rhs::MaxColsAtCompileTime, Lhs::MaxColsAtCompileTime,1>
BlockingType
;
499
BlockingType
blocking(lhs.rows(), rhs.cols(), lhs.cols(), 1, false);
/external/eigen/Eigen/src/Core/
SolveTriangular.h
96
Rhs::MaxRowsAtCompileTime, Rhs::MaxColsAtCompileTime, Lhs::MaxRowsAtCompileTime,4>
BlockingType
;
98
BlockingType
blocking(rhs.rows(), rhs.cols(), size, 1, false);
Completed in 2990 milliseconds