[][src]Trait peroxide::traits::math::InnerProduct

pub trait InnerProduct: Normed {
    pub fn dot(&self, rhs: &Self) -> Self::Scalar;
}

Inner product Vector

Required methods

pub fn dot(&self, rhs: &Self) -> Self::Scalar[src]

Loading content...

Implementations on Foreign Types

impl InnerProduct for Vec<Dual>[src]

impl InnerProduct for Vec<f64>[src]

Loading content...

Implementors

impl InnerProduct for Matrix[src]

Frobenius inner product

Loading content...