Multiply two Complex rectangular arrays, a * b, using multiple processors.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
Parameters
- a
- Type: array<
Imsl.Math..::.Complex
,2>[,](,)[,]
A Complex rectangular array.
- b
- Type: array<
Imsl.Math..::.Complex
,2>[,](,)[,]
A Complex rectangular array.
- processors
- Type: System..::.Int32
An int which specifies the number of processors to use. If
processors is less than 1, then processors = 1 is used.
Return Value
The
Complex matrix product of
a times
b
See Also