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

Function af_replace_scalar_ulong

src/api/c/replace.cpp:140–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140af_err af_replace_scalar_ulong(af_array a, const af_array cond,
141 const unsigned long long b) {
142 return replaceScalar(a, cond, b);
143}

Callers 1

replaceFunction · 0.50

Calls 1

replaceScalarFunction · 0.85

Tested by

no test coverage detected