dot
Computes the dot product of this matrix and another one.
Receiver
the multiplicand.
Return
the dot product.
Parameters
other
the multiplier.
Computes the dot product of this matrix and a vector.
Receiver
the multiplicand.
Return
the dot product.
Parameters
vector
the multiplier.