Click or drag to resize

ComplexMatrixMultiply Operator

Overload List
  NameDescription
Public operatorStatic memberMultiply(ComplexMatrix, Complex)
Returns the result of the multiplication of this matrix and a vector.
Public operatorStatic memberMultiply(ComplexMatrix, ComplexMatrix)
Creates a ComplexMatrix which is the linear algebra multiplication of the two given matrices.
Top
See Also