Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
template<typename T>
36
static inline af_array diff2(const af_array in, const int dim) {
37
return getHandle(diff2<T>(getArray<T>(in), dim));
38
}
39
40
af_err af_diff1(af_array* out, const af_array in, const int dim) {
41
try {
Callers
2
TEST
Function · 0.50
TEST
Function · 0.50
Calls
1
getHandle
Function · 0.70
Tested by
no test coverage detected