[][src]Module maths_traits::analysis::metric

Traits for metric properties and function

Structs

InnerProductMetric

A metric on vector-spaces using the inner product of two vectors

Traits

InnerProduct

A hermitian form with the added restriction that x•x be Real and x•x>0 for nonzero x

InnerProductSpace

A ring module over some complex ring with an inner product

Metric

A real-valued function on a set X that quantifies the "distance" between objects

Norm

A real-valued on a ring-module that quantifies it's length, disallowing null-vectors

Seminorm

A real-valued function from a ring module that quantifies it's length, allowing for null-vectors

Trait aliases

NormedMetric

A metric that also defines a norm