times
Multiplies this matrix by another matrix. The inner dimensions must match: (R x C) * (C x K) = (R x K)
Multiplies this matrix by a vector. The vector's length must be equal to C.
Multiplies this matrix by a scalar.
Multiplies this matrix by another matrix. The inner dimensions must match: (R x C) * (C x K) = (R x K)
Multiplies this matrix by a vector. The vector's length must be equal to C.
Multiplies this matrix by a scalar.