Docs.rs
hcomplex-0.2.0
hcomplex 0.2.0
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
nthend
agerasev
Dependencies
approx ^0.4
normal
optional
num-complex ^0.3
normal
num-traits ^0.2
normal
rand ^0.7
normal
optional
rand_distr ^0.3
normal
optional
rand_xorshift ^0.2
dev
Versions
60.78%
of the crate is documented
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
hcomplex
0.2.0
Module transform
Module Items
Modules
Structs
Traits
In crate hcomplex
hcomplex
Module
transform
Copy item path
Source
Modules
§
prelude
Structs
§
Moebius
Normalized
Distribution that produces normalized Moebius transformation, i.e.
det() == 1
.
Standard
Normal
Samples floating-point numbers according to the normal distribution
N(0, 1)
(a.k.a. a standard normal, or Gaussian). This is equivalent to
Normal::new(0.0, 1.0)
but faster.
Traits
§
Chain
Transformation which instances could be chained into another one (i.e. forms a magma).
Deriv
Differentiable transformation.
Deriv
Dir
Directionally differentiable transformation.
Identity
Transformation that has an identity element.
Transform
Complex and hypercomplex transformation basic trait.