Searched defs:axpy (Results 1 – 2 of 2) sorted by relevance
429 def axpy(self, alpha, x): member in Vector
668 pub fn axpy(mut self, alpha: crate::Scalar, x: &Vector) -> crate::Result<Self> { in axpy() method