Returns the product of two matrices.
Returns the product of two matrices.

Overload List

NameDescription
Multiply(array<Double,2>[,](,)[,], array<Double,2>[,](,)[,])
Multiply two rectangular matrices, a * b.
Multiply(array<Double,2>[,](,)[,], array<Double>[]()[])
Multiply the rectangular matrix a and the column matrix x.
Multiply(array<Double>[]()[], array<Double,2>[,](,)[,])
Return the product of the row matrix x and the rectangular matrix a.
Multiply(array<Double,2>[,](,)[,], array<Double,2>[,](,)[,], Int32)
Multiply two rectangular arrays, a * b, using multiple processors.
Multiply(array<Double>[]()[], array<Double,2>[,](,)[,], Int32)
Return the product of the row matrix x and the rectangular matrix a.

See Also