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

Function sparseGetColIdx

src/api/cpp/sparse.cpp:85–89  ·  view source on GitHub ↗

NOLINTNEXTLINE(performance-unnecessary-value-param)

Source from the content-addressed store, hash-verified

83
84// NOLINTNEXTLINE(performance-unnecessary-value-param)
85array sparseGetColIdx(const array in) {
86 af_array out = 0;
87 AF_THROW(af_sparse_get_col_idx(&out, in.get()));
88 return array(out);
89}
90
91// NOLINTNEXTLINE(performance-unnecessary-value-param)
92dim_t sparseGetNNZ(const array in) {

Callers 4

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

Calls 3

af_sparse_get_col_idxFunction · 0.50
arrayClass · 0.50
getMethod · 0.45

Tested by 1

toCooVectorFunction · 0.68