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

Function diff2

src/api/c/diff.cpp:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35template<typename T>
36static inline af_array diff2(const af_array in, const int dim) {
37 return getHandle(diff2<T>(getArray<T>(in), dim));
38}
39
40af_err af_diff1(af_array* out, const af_array in, const int dim) {
41 try {

Callers 2

TESTFunction · 0.50
TESTFunction · 0.50

Calls 1

getHandleFunction · 0.70

Tested by

no test coverage detected