Docs.rs
diffusionx-0.11.2
diffusionx 0.11.2
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
tangxiangong
Dependencies
csv ^1.4
normal
optional
cudarc ^0.19
normal
optional
derive_builder ^0.20
normal
optional
either ^1
normal
optional
gauss-quad ^0.2.4
normal
metal ^0.33
normal
optional
mimalloc ^0.1
normal
optional
num-complex ^0.4
normal
num-traits ^0.2
normal
plotters ^0.3
normal
optional
plotters-backend ^0.3
normal
optional
rand ^0.9
normal
rand_distr ^0.5
normal
rand_xoshiro ^0.7
normal
rayon ^1.11
normal
realfft ^3.5
normal
thiserror ^2
normal
criterion ^0.8
dev
Versions
93.76%
of the crate is documented
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
minmax
diffusionx
0.11.2
In diffusionx::
utils
diffusionx
::
utils
Function
minmax
Copy item path
Source
pub fn minmax<T:
FloatExt
>(arr: &
[T]
) ->
(T, T)
Expand description
find max value and min value in a &[f64]