Trait peroxide::traits::math::InnerProduct
source · pub trait InnerProduct: Normed {
// Required method
fn dot(&self, rhs: &Self) -> Self::Scalar;
}
Expand description
Inner product Vector
Required Methods§
Object Safety§
This trait is not object safe.
Implementations on Foreign Types§
Implementors§
impl InnerProduct for ComplexMatrix
Frobenius inner product
impl InnerProduct for Matrix
Frobenius inner product