Click or drag to resize
MatrixMultiply Method
Returns the product of two matrices.
Returns the product of two matrices.
Overload List
  NameDescription
Public methodStatic memberMultiply(Double, Double)
Multiply two rectangular matrices, a * b.
Public methodStatic memberMultiply(Double, Double)
Multiply the rectangular matrix a and the column matrix x.
Public methodStatic memberMultiply(Double, Double)
Return the product of the row matrix x and the rectangular matrix a.
Public methodStatic memberMultiply(Double, Double, Int32)
Multiply two rectangular arrays, a * b, using multiple processors.
Public methodStatic memberMultiply(Double, Double, Int32)
Return the product of the row matrix x and the rectangular matrix a.
Top
See Also