Trait rblas::vector::ops::Dotc
[−]
[src]
pub trait Dotc: Sized + Dot {
fn dotc<V: ?Sized + Vector<Self>, W: ?Sized + Vector<Self>>(x: &V, y: &W) -> Self { ... }
}Computes x^H * y.