Function topk

Source
pub fn topk(a: impl AsRef<Array>, k: i32) -> Result<Array>
Expand description

Returns the k largest elements from the flattened input array.