Function arrayfire::set_intersect
[−]
[src]
pub fn set_intersect(first: &Array, second: &Array, is_unique: bool) -> Array
Find intersection of two sets
Parameters
firstis one of the input setssecondis the other of the input setsis_uniqueis a boolean value indicates if the input sets are unique
Return Values
An Array with intersection of the input sets