| ComplexMatrixMultiply Method |
| Name | Description | |
|---|---|---|
| Multiply(Complex, Complex) |
Multiply two Complex rectangular arrays, a * b.
| |
| Multiply(Complex, Complex) |
Multiply the rectangular array a and the column vector x, both
Complex.
| |
| Multiply(Complex, Complex) |
Returns the product of the row vector x and the rectangular array a,
both Complex.
| |
| Multiply(Complex, Complex, Int32) |
Multiply two Complex rectangular arrays, a * b, using multiple processors.
| |
| Multiply(Complex, Complex, Int32) |
Returns the product of the row vector x and the rectangular array a,
both Complex.
|