Docs.rs
argminmax-0.6.2
argminmax 0.6.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
jvdd
Dependencies
arrow >0
normal
optional
arrow2 >0.0
normal
optional
half ^2.3.1
normal
optional
ndarray ^0.15.6
normal
optional
num-traits ^0.2
normal
codspeed-criterion-compat ^2.3.3
dev
criterion ^0.5.1
dev
rand ^0.8.5
dev
rstest ^0.18.2
dev
rstest_reuse ^0.6
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
argminmax
0.6.2
Module simd
Structs
Traits
In crate argminmax
?
Module
argminmax
::
simd
source
·
[
−
]
Expand description
SIMD implementations of the argminmax functions.
Structs
§
AVX2
AVX2
instruction set.
AVX512
AVX512
instruction set.
NEON
NEON
instruction set.
SSE
SSE
instruction set.
Traits
§
SIMDArgMinMax
A trait providing the SIMD implementation of the argminmax operations.