VecVecElemOpIp

final class VecVecElemOpIp[OP <: ScalarOp, @specialized(Boolean, Int, Long, Double) A, @specialized(Boolean, Int, Long, Double) B](op: BinOp[OP, A, B, A]) extends BinOpInPlace[OP, Vec[A], Vec[B]]
trait BinOpInPlace[OP, Vec[A], Vec[B]]
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(v1: Vec[A], v2: Vec[B]): Unit