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

Function upper

src/api/cpp/data.cpp:285–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283}
284
285array upper(const array &in, bool is_unit_diag) {
286 af_array res;
287 AF_THROW(af_upper(&res, in.get(), is_unit_diag));
288 return array(res);
289}
290
291array select(const array &cond, const array &a, const array &b) {
292 af_array res;

Callers 5

TESTFunction · 0.85
choleskyTesterFunction · 0.85
qrTesterFunction · 0.85
triangleTesterFunction · 0.85
luTesterFunction · 0.85

Calls 3

af_upperFunction · 0.50
arrayClass · 0.50
getMethod · 0.45

Tested by

no test coverage detected