[][src]Struct maths_traits::analysis::metric::InnerProductMetric

pub struct InnerProductMetric;

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

For finite dimensional real-vector spaces, this is simply the Euclidean metric, and for functions on measure-spaces, this gives the L2-metric

Trait Implementations

impl<K: ComplexRing, V: InnerProductSpace<K>> SesquilinearForm<K, V> for InnerProductMetric[src]

impl<K: ComplexRing, V: InnerProductSpace<K>> ReflexiveForm<K, V> for InnerProductMetric[src]

impl<K: ComplexRing, V: InnerProductSpace<K>> SymSesquilinearForm<K, V> for InnerProductMetric[src]

impl<K: Real, V: InnerProductSpace<K>> BilinearForm<K, V> for InnerProductMetric[src]

impl<K: ComplexRing, V: InnerProductSpace<K>> ComplexSesquilinearForm<K, V> for InnerProductMetric[src]

impl<R: Real, V: InnerProductSpace<R>> Metric<V, R> for InnerProductMetric[src]

impl<K: ComplexRing, V: InnerProductSpace<K>> Seminorm<K, V, <K as ComplexSubset>::Real> for InnerProductMetric[src]

impl<K: ComplexRing, V: InnerProductSpace<K>> Norm<K, V, <K as ComplexSubset>::Real> for InnerProductMetric[src]

impl<K: ComplexRing, V: InnerProductSpace<K>> InnerProduct<K, V> for InnerProductMetric[src]

impl Eq for InnerProductMetric[src]

impl Clone for InnerProductMetric[src]

impl PartialEq<InnerProductMetric> for InnerProductMetric[src]

impl Copy for InnerProductMetric[src]

impl Hash for InnerProductMetric[src]

impl Debug for InnerProductMetric[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]