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

Function af_replace_scalar

src/api/c/replace.cpp:131–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131af_err af_replace_scalar(af_array a, const af_array cond, const double b) {
132 return replaceScalar(a, cond, b);
133}
134
135af_err af_replace_scalar_long(af_array a, const af_array cond,
136 const long long b) {

Callers 1

replaceFunction · 0.50

Calls 1

replaceScalarFunction · 0.85

Tested by

no test coverage detected