VecSclrElemOp

final class VecSclrElemOp[OP <: ScalarOp, @specialized(Boolean, Int, Long, Double) A, @specialized(Boolean, Int, Long, Double) B, @specialized(Boolean, Int, Long, Double) C](val op: BinOp[OP, A, B, C])(implicit evidence$1: ScalarTag[C]) extends BinOp[OP, Vec[A], B, Vec[C]]
trait BinOp[OP, Vec[A], B, Vec[C]]
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Concrete fields

val op: BinOp[OP, A, B, C]