|
| template<uint16_t A_ROWS, uint16_t A_COLS, uint16_t B_ROWS, uint16_t B_COLS> |
| CMSISMat< A_ROWS, A_COLS > | tap::algorithms::operator+ (const CMSISMat< A_ROWS, A_COLS > &a, const CMSISMat< B_ROWS, B_COLS > &b) |
| |
| template<uint16_t A_ROWS, uint16_t A_COLS, uint16_t B_ROWS, uint16_t B_COLS> |
| CMSISMat< A_ROWS, A_COLS > | tap::algorithms::operator- (const CMSISMat< A_ROWS, A_COLS > &a, const CMSISMat< B_ROWS, B_COLS > &b) |
| |
| template<uint16_t ROWS, uint16_t COLS> |
| CMSISMat< ROWS, COLS > | tap::algorithms::operator- (const CMSISMat< ROWS, COLS > &a) |
| |
| template<uint16_t A_ROWS, uint16_t A_COLS, uint16_t B_ROWS, uint16_t B_COLS> |
| CMSISMat< A_ROWS, B_COLS > | tap::algorithms::operator* (const CMSISMat< A_ROWS, A_COLS > &a, const CMSISMat< B_ROWS, B_COLS > &b) |
| |
| template<uint16_t ROWS, uint16_t COLS> |
| CMSISMat< ROWS, COLS > | tap::algorithms::operator* (const CMSISMat< ROWS, COLS > &a, float b) |
| |
| template<uint16_t ROWS, uint16_t COLS> |
| CMSISMat< ROWS, COLS > | tap::algorithms::operator* (float b, const CMSISMat< ROWS, COLS > &a) |
| |
| template<uint16_t ROWS, uint16_t COLS> |
| CMSISMat< ROWS, COLS > | tap::algorithms::operator/ (const CMSISMat< ROWS, COLS > &a, float b) |
| |