Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ isLinear
Function
isLinear
src/api/cpp/internal.cpp:44–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
bool isLinear(const array &in) {
45
bool is_linear = false;
46
AF_THROW(af_is_linear(&is_linear, in.get()));
47
return is_linear;
48
}
49
50
bool isOwner(const array &in) {
51
bool is_owner = false;
Callers
4
getNode
Method · 0.85
getNode
Method · 0.85
getNode
Method · 0.85
getNode
Method · 0.85
Calls
2
af_is_linear
Function · 0.50
get
Method · 0.45
Tested by
no test coverage detected