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

Function lower

src/api/cpp/data.cpp:279–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277}
278
279array lower(const array &in, bool is_unit_diag) {
280 af_array res;
281 AF_THROW(af_lower(&res, in.get(), is_unit_diag));
282 return array(res);
283}
284
285array upper(const array &in, bool is_unit_diag) {
286 af_array res;

Callers 6

TESTFunction · 0.85
choleskyTesterFunction · 0.85
triangleTesterFunction · 0.85
gforFunction · 0.85
TESTFunction · 0.85
luTesterFunction · 0.85

Calls 3

af_lowerFunction · 0.50
arrayClass · 0.50
getMethod · 0.45

Tested by

no test coverage detected