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

Function sparseGetRowIdx

src/api/cpp/sparse.cpp:78–82  ·  view source on GitHub ↗

NOLINTNEXTLINE(performance-unnecessary-value-param)

Source from the content-addressed store, hash-verified

76
77// NOLINTNEXTLINE(performance-unnecessary-value-param)
78array sparseGetRowIdx(const array in) {
79 af_array out = 0;
80 AF_THROW(af_sparse_get_row_idx(&out, in.get()));
81 return array(out);
82}
83
84// NOLINTNEXTLINE(performance-unnecessary-value-param)
85array sparseGetColIdx(const array in) {

Callers 4

createFunctionFunction · 0.85
sparseCastTesterFunction · 0.85
toCooVectorFunction · 0.85
setupInputsFunction · 0.85

Calls 3

af_sparse_get_row_idxFunction · 0.50
arrayClass · 0.50
getMethod · 0.45

Tested by 1

toCooVectorFunction · 0.68