Docs.rs
nncombinator-0.7.0
nncombinator 0.7.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
j6k1
Dependencies
cuda-runtime-sys ^0.3.0-alpha.1
normal
libc ^0.2
normal
num-traits ^0.2.14
normal
rayon ^1.5.1
normal
rcublas ^0.6.0
normal
rcublas-sys ^0.5.0
normal
rcudnn ^1.8.0
normal
rcudnn-sys ^0.5.0
normal
csv ^1.1.6
dev
image ^0.24.4
dev
lazy_static ^1.4.0
dev
rand ^0.8.5
dev
rand_distr ^0.4.3
dev
rand_xorshift ^0.3.0
dev
statrs ^0.15.0
dev
cc ^1.0.73
build
Versions
90.07%
of the crate is documented
Go to latest version
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
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
☰
Max
Required Methods
max
Implementations on Foreign Types
f32
f64
Implementors
In nncombinator::ope
?
Trait
nncombinator
::
ope
::
Max
source
·
[
−
]
pub trait Max { fn
max
(&self, other:
&
Self) -> Self; }
Expand description
Trait to calculate max
Required Methods
§
source
fn
max
(&self, other:
&
Self) -> Self
Implementations on Foreign Types
§
source
§
impl
Max
for
f64
source
§
fn
max
(&self, other: &
f64
) ->
f64
source
§
impl
Max
for
f32
source
§
fn
max
(&self, other: &
f32
) ->
f32
Implementors
§