MCPcopy 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
44bool 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
50bool isOwner(const array &in) {
51 bool is_owner = false;

Callers 4

getNodeMethod · 0.85
getNodeMethod · 0.85
getNodeMethod · 0.85
getNodeMethod · 0.85

Calls 2

af_is_linearFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected