Searched refs:pointwise_mult (Results 1 – 3 of 3) sorted by relevance
268 w.pointwise_mult(x, y)273 w.pointwise_mult(w, y)278 w.pointwise_mult(x, w)283 y.pointwise_mult(y, y)
450 def pointwise_mult(self, x, y): member in Vector
729 pub fn pointwise_mult(mut self, x: &Vector, y: &Vector) -> crate::Result<Self> { in pointwise_mult() method