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

Function af_replace_scalar_long

src/api/c/replace.cpp:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135af_err af_replace_scalar_long(af_array a, const af_array cond,
136 const long long b) {
137 return replaceScalar(a, cond, b);
138}
139
140af_err af_replace_scalar_ulong(af_array a, const af_array cond,
141 const unsigned long long b) {

Callers 1

replaceFunction · 0.50

Calls 1

replaceScalarFunction · 0.85

Tested by

no test coverage detected