Trait rblas::matrix_vector::ops::Gerc
[−]
[src]
pub trait Gerc: Ger { fn gerc<V: ?Sized + Vector<Self>, W: ?Sized + Vector<Self>>(alpha: &Self, x: &V, y: &W, a: &mut Matrix<Self>) { ... } }