Docs.rs
ferray-stats-0.2.2
ferray-stats 0.2.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
dollspace-gay
Dependencies
ferray-core ^0.2.2
normal
ferray-ufunc ^0.2.2
normal
num-traits ^0.2
normal
pulp ^0.22
normal
rayon ^1.11
normal
proptest ^1.6
dev
Versions
86.75%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module sorting
ferray_
stats
0.2.2
Module sorting
Module Items
Enums
Functions
In crate ferray_
stats
ferray_stats
Module
sorting
Copy item path
Source
Enums
§
Side
Side parameter for
searchsorted
.
Sort
Kind
Sorting algorithm selection.
Functions
§
argsort
Return the indices that would sort an array along the given axis.
searchsorted
Find indices where elements should be inserted to maintain order.
sort
Sort an array along the given axis (or flattened if axis is None).