Navigation

Operators and Keywords

Function List:

C++ API

: mtimes (x, y)
: mtimes (x1, x2, …)

Return the matrix multiplication product of inputs.

This function and x * y are equivalent. If more arguments are given, the multiplication is applied cumulatively from left to right:

(…((x1 * x2) * x3) * …)

At least one argument is required.

See also: times, plus, minus, rdivide, mrdivide, mldivide, mpower.

Package: octave