Docs.rs
compute-0.2.3
compute 0.2.3
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
al-jshen
Dependencies
alea ^0.2
normal
approx_eq ^0.1
normal
blas ^0.22
normal
optional
impl_ops ^0.1
normal
lapack ^0.19
normal
optional
reverse ^0.2
normal
serde ^1.0.130
normal
serde_derive ^1.0.130
normal
criterion ^0.3
dev
accelerate-src ^0.3
normal
optional
openblas-src ^0.10
normal
optional
Versions
69.8%
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
max
compute
0.2.3
In compute::
statistics
compute
::
statistics
Function
max
Copy item path
Source
pub fn max(data: &[
f64
]) ->
f64
Expand description
Returns the largest element in the array.