Click or drag to resize

ComplexMatrix Operators

The ComplexMatrix type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition
Creates a ComplexMatrix which is the sum of the two given matrices.
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.
Public operatorStatic memberSubtraction
Creates a ComplexMatrix whose elements have the values of the elements of the minuend matrix subtracted by the elements of the subtrahend matrix.
Top
See Also