MatrixMultiply Method |
Name | Description | |
---|---|---|
Multiply(Double, Double) |
Multiply two rectangular matrices, a * b.
| |
Multiply(Double, Double) |
Multiply the rectangular matrix a and the column matrix x.
| |
Multiply(Double, Double) |
Return the product of the row matrix x and the rectangular matrix a.
| |
Multiply(Double, Double, Int32) |
Multiply two rectangular arrays, a * b, using multiple processors.
| |
Multiply(Double, Double, Int32) |
Return the product of the row matrix x and the rectangular matrix a.
|