[][src]Module hcomplex::prelude

Traits

Algebra

Algebra over some base.

Conj

Something that can be conjugated.

Dot

Dot product.

Inv

Unary operator for retrieving the multiplicative inverse, or reciprocal, of a value.

Norm

L2 (Euclidean) Norm.

NormL1

L1 (Manhattan) Norm.

NormSqr

Square of L2 norm.

One

Defines a multiplicative identity element for Self.

Zero

Defines an additive identity element for Self.