File cmsis_mat.hpp
↰ Parent directory (fang-mcb-project/taproot/src/tap/algorithms)
Definition (fang-mcb-project/taproot/src/tap/algorithms/cmsis_mat.hpp)
Functions
Template Function tap::algorithms::operator*(const CMSISMat<ROWS, COLS>&, float)
Template Function tap::algorithms::operator*(float, const CMSISMat<ROWS, COLS>&)
Template Function tap::algorithms::operator*(const CMSISMat<A_ROWS, A_COLS>&, const CMSISMat<B_ROWS, B_COLS>&)
Template Function tap::algorithms::operator+
Template Function tap::algorithms::operator-(const CMSISMat<ROWS, COLS>&)
Template Function tap::algorithms::operator-(const CMSISMat<A_ROWS, A_COLS>&, const CMSISMat<B_ROWS, B_COLS>&)
Template Function tap::algorithms::operator/