Functions | |
| template<typename MA , typename MB > | |
| __STATIC_INLINE void | _arm_mat_trans (const MA &src, MB &dst, const Scalar *=nullptr) |
| Transposition for scalar architecture. | |
| template<typename M , typename V , typename RES > | |
| void | _dot_m_v (RES &res, const M &m, const V &v, const Scalar *=nullptr) |
| Matrix times vector for scalar architecture. | |