|
template<class Type , uint nRows, uint nCols> |
Type | Armor::dot (const Mat< Type, nRows, nCols > &a, const Mat< Type, nRows, nCols > &b) |
|
template<class Type , uint nRows, uint nCols> |
arma::Mat< Type >::template fixed< nRows, nCols > | Armor::operator+ (const Mat< Type, nRows, nCols > &a, const Mat< Type, nRows, nCols > &b) |
|
template<class Type , uint nRows, uint nCols> |
arma::Mat< Type >::template fixed< nRows, nCols > | Armor::operator- (const Mat< Type, nRows, nCols > &a, const Mat< Type, nRows, nCols > &b) |
|
template<class Type , uint resRows, uint commonDimension, uint resCols> |
arma::Mat< Type >::template fixed< resRows, resCols > | Armor::operator* (const Mat< Type, resRows, commonDimension > &a, const Mat< Type, commonDimension, resCols > &b) |
|
template<class Type , uint nRows, uint nCols> |
arma::Mat< Type >::template fixed< nRows, nCols > | Armor::operator% (const Mat< Type, nRows, nCols > &a, const Mat< Type, nRows, nCols > &b) |
|
template<class Type , uint nRows, uint nCols> |
arma::Mat< Type >::template fixed< nRows, nCols > | Armor::operator* (Type number, const Mat< Type, nRows, nCols > &a) |
|
template<class Type , uint nRows, uint nCols> |
arma::Mat< Type >::template fixed< nRows, nCols > | Armor::operator/ (const Mat< Type, nRows, nCols > &a, Type number) |
|