pub trait InnerProduct {
type Elem: Scalar;
// Required method
fn inner(&self, rhs: &ArrayRef<Self::Elem, Ix1>) -> Self::Elem;
}Expand description
Inner Product
Differenct from Dot trait, this take complex conjugate of self elements