You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4 .* 4 Dot Product
[a,b,c,d] .* [e,f,g,h]
=
a*e b*f c*g d*h
+ +
+
Assume multiply is two operations
Assume can do two multiplies at a time
Assume add is two operations
Assume can do two additions at a time