| array | where (const array &input) |
| indices where nonzero | |
| void | where (array &row, array &column, const array &input) |
row and column indices of nonzero elements in input | |
| unsigned | count (const array &input) |
count nonzero elements in input | |
| array af::where | ( | const array & | input | ) |
indices where nonzero
| [in] | input |
| void af::where | ( | array & | row, |
| array & | column, | ||
| const array & | input | ||
| ) |
row and column indices of nonzero elements in input
| [in] | input | |
| [out] | row | |
| [out] | column |
| unsigned af::count | ( | const array & | input | ) |
count nonzero elements in input
| [in] | input |
input