Returns the product of two Complex Objects.
Returns the product of two Complex Objects.
Overload List
Name | Description | |
---|---|---|
![]() ![]() | Multiply(array<Complex,2>[,](,)[,], array<Complex,2>[,](,)[,]) |
Multiply two Complex rectangular arrays, a * b.
|
![]() ![]() | Multiply(array<Complex,2>[,](,)[,], array<Complex>[]()[]) |
Multiply the rectangular array a and the column vector x, both
Complex.
|
![]() ![]() | Multiply(array<Complex>[]()[], array<Complex,2>[,](,)[,]) |
Returns the product of the row vector x and the rectangular array a,
both Complex.
|
![]() ![]() | Multiply(array<Complex,2>[,](,)[,], array<Complex,2>[,](,)[,], Int32) |
Multiply two Complex rectangular arrays, a * b, using multiple processors.
|
![]() ![]() | Multiply(array<Complex>[]()[], array<Complex,2>[,](,)[,], Int32) |
Returns the product of the row vector x and the rectangular array a,
both Complex.
|