Click or drag to resize
ComplexMatrixMultiply Method
Returns the product of two Complex Objects.
Returns the product of two Complex Objects.
Overload List
  NameDescription
Public methodStatic memberMultiply(Complex, Complex)
Multiply two Complex rectangular arrays, a * b.
Public methodStatic memberMultiply(Complex, Complex)
Multiply the rectangular array a and the column vector x, both Complex.
Public methodStatic memberMultiply(Complex, Complex)
Returns the product of the row vector x and the rectangular array a, both Complex.
Public methodStatic memberMultiply(Complex, Complex, Int32)
Multiply two Complex rectangular arrays, a * b, using multiple processors.
Public methodStatic memberMultiply(Complex, Complex, Int32)
Returns the product of the row vector x and the rectangular array a, both Complex.
Top
See Also