argminmax 0.6.3

ArgMinMax (argmin & argmax in 1 function) with SIMD for floats and integers
Documentation
1
2
3
4
5
6
7
//! Scalar implementation of the argminmax functions.

mod generic;
pub use generic::{ScalarArgMinMax, SCALAR};
// Data type specific modules
#[cfg(feature = "half")]
mod scalar_f16;