LIB
>
ejs
>
engine
>
linalg-1
> dot
dot(
a
,
b
)
Dot product of two vectors.
dot(
[1,2,3]
,
[4,5,6]
)
a
Vector 1.
b
Vector 2.
return value
The dot product of the vectors.
The vectors can be both row or column vectors.