| 216 | const detail::Array<T> &getValues() const { return values; } |
| 217 | |
| 218 | void eval() const { |
| 219 | getValues().eval(); |
| 220 | getRowIdx().eval(); |
| 221 | getColIdx().eval(); |
| 222 | } |
| 223 | |
| 224 | // Friend functions for Sparse Array Creation |
| 225 | friend SparseArray<T> createEmptySparseArray<T>(const af::dim4 &_dims, |
no outgoing calls
no test coverage detected