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

Function af_select_scalar_l_ulong

src/api/c/select.cpp:214–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214af_err af_select_scalar_l_ulong(af_array* out, const af_array cond,
215 const unsigned long long a, const af_array b) {
216 return selectScalar<unsigned long long, true>(out, cond, b, a);
217}

Callers 1

selectFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected