NOLINTNEXTLINE(performance-unnecessary-value-param)
| 83 | |
| 84 | // NOLINTNEXTLINE(performance-unnecessary-value-param) |
| 85 | array 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) |
| 92 | dim_t sparseGetNNZ(const array in) { |