Searched refs:GemmFunctor (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Core/products/
H A DGeneralMatrixMatrix.h417 _ActualLhsType, _ActualRhsType, Dest, BlockingType> GemmFunctor; typedef
421 internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)>(GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), this->rows(), this->cols(), Dest::Flags&RowMajorBit);

Completed in 69 milliseconds