Module transform

Source

Modules§

prelude

Structs§

Moebius
Normalized
Distribution that produces normalized Moebius transformation, i.e. det() == 1.
StandardNormal
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.
DerivDir
Directionally differentiable transformation.
Identity
Transformation that has an identity element.
Transform
Complex and hypercomplex transformation basic trait.