Docs.rs
num-dual-0.6.0
num-dual 0.6.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
prehner
g-bauer
Dependencies
ndarray ^0.15
normal
num-traits ^0.2
normal
numpy ^0.18
normal
pyo3 ^0.18
normal
approx ^0.5
dev
criterion ^0.4
dev
Versions
94.87%
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
☰
IsDerivativeZero
Required Methods
is_derivative_zero
Implementations on Foreign Types
f32
f64
Implementors
In num_dual
?
Trait
num_dual
::
IsDerivativeZero
source
·
[
−
]
pub trait IsDerivativeZero { fn
is_derivative_zero
(&self) ->
bool
; }
Required Methods
§
source
fn
is_derivative_zero
(&self) ->
bool
Implementations on Foreign Types
§
source
§
impl
IsDerivativeZero
for
f32
source
§
fn
is_derivative_zero
(&self) ->
bool
source
§
impl
IsDerivativeZero
for
f64
source
§
fn
is_derivative_zero
(&self) ->
bool
Implementors
§
source
§
impl<T:
DualNum
<F> +
IsDerivativeZero
, F:
Float
>
IsDerivativeZero
for
Dual3
<T, F>
source
§
impl<T:
DualNum
<F> +
IsDerivativeZero
, F:
Float
, const M:
usize
, const N:
usize
>
IsDerivativeZero
for
HyperDualVec
<T, F, M, N>
source
§
impl<T:
DualNum
<F> +
IsDerivativeZero
, F:
Float
, const N:
usize
>
IsDerivativeZero
for
Dual2Vec
<T, F, N>
source
§
impl<T:
DualNum
<F> +
IsDerivativeZero
, F:
Float
, const N:
usize
>
IsDerivativeZero
for
DualVec
<T, F, N>