CMSIS-DSP  
CMSIS DSP Software Library
 
Loading...
Searching...
No Matches
Scalar/matrix_multiply_fixed.hpp File Reference

Functions

template<typename MA , typename MB , typename RES , typename TMP , typename std::enable_if< number_traits< typename traits< MA >::Scalar >::is_fixed, bool >::type = true>
__STATIC_INLINE void _dot_m_m (const MA &pSrcA, const MB &pSrcB, RES &&pDst, const TMP &BT, const Scalar *=nullptr)
 Matrix times matrix for scalar architecture and fixed point.