| 29 | |
| 30 | template<typename T> |
| 31 | static inline af_array diff1(const af_array in, const int dim) { |
| 32 | return getHandle(diff1<T>(getArray<T>(in), dim)); |
| 33 | } |
| 34 | |
| 35 | template<typename T> |
| 36 | static inline af_array diff2(const af_array in, const int dim) { |
no test coverage detected