Searched refs:MatNeg (Results 1 – 2 of 2) sorted by relevance
2762 class MatNeg : public PrimitiveFunc<Signature<Matrix<float, Rows, Cols>, class2766 typedef typename MatNeg::IRet IRet;2767 typedef typename MatNeg::IArgs IArgs;4185 return app<MatNeg<Rows, Cols> >(mat); in operator -()
3459 class MatNeg : public PrimitiveFunc<Signature<Matrix<T, Rows, Cols>, class3463 typedef typename MatNeg::IRet IRet;3464 typedef typename MatNeg::IArgs IArgs;5301 return app<MatNeg<T, Rows, Cols> >(mat); in operator -()