c = a * b
Element-wise multiplication of the 2-element vector a by the 2-element vector b, with the result stored in c
a
b
c
a 2-element vector object
a 2-element vector in which to store the result
c as the result of the multiplication
Generated using TypeDoc
c = a * b
Element-wise multiplication of the 2-element vector
a
by the 2-element vectorb
, with the result stored inc