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

Function af_is_linear

src/api/c/internal.cpp:195–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195af_err af_is_linear(bool *result, const af_array arr) {
196 try {
197 *result = getInfo(arr).isLinear();
198 }
199 CATCHALL
200 return AF_SUCCESS;
201}
202
203af_err af_is_owner(bool *result, const af_array arr) {
204 try {

Callers 1

isLinearFunction · 0.50

Calls 1

isLinearMethod · 0.45

Tested by

no test coverage detected