MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / diff1

Function diff1

src/api/c/diff.cpp:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

TESTFunction · 0.50
TESTFunction · 0.50
mainFunction · 0.50

Calls 1

getHandleFunction · 0.70

Tested by

no test coverage detected