CMSIS-DSP  
CMSIS DSP Software Library
 
Loading...
Searching...
No Matches
matrix_multiply_float.hpp File Reference

Functions

template<typename MA , typename MB , typename RES , typename std::enable_if< number_traits< typename traits< MA >::Scalar >::is_float, 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.