Function arrayfire::lookup
[−]
[src]
pub fn lookup(input: &Array, indices: &Array, seq_dim: i32) -> Array
Lookup(hash) an Array using another Array
Given a dimension seq_dim, indices are lookedup in input and returned as a new
Array if found