MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / operator()

Method operator()

src/api/cpp/array.cpp:397–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395}
396
397array::array_proxy array::operator()(const index &s0) {
398 return const_cast<const array *>(this)->operator()(s0);
399}
400
401array::array_proxy array::operator()(const index &s0, const index &s1,
402 const index &s2, const index &s3) {

Callers 7

rowMethod · 0.95
colMethod · 0.95
sliceMethod · 0.95
rowsMethod · 0.95
colsMethod · 0.95
slicesMethod · 0.95
af_alloc_device_v2Function · 0.45

Calls 2

numDimsFunction · 0.85
indexFunction · 0.50

Tested by

no test coverage detected