Functions | |
| template<typename MA , typename MB , typename RES , typename std::enable_if< is_float< MA >(), bool >::type = true> | |
| __STATIC_INLINE void | _dot_m_m (const MA &pSrcA, const MB &pSrcB, RES &&pDst, const Scalar *=nullptr) |
| Matrix times matrix for scalar architecture and float. | |