Click or drag to resize

ComplexMatrix Methods

The ComplexMatrix type exposes the following members.

Methods
 NameDescription
Public methodAdd In place addition A=A+B
Private methodCheckMatrixDimensions(ComplexMatrix)Check if size(this) == size(B)
Private methodCheckMatrixDimensions(Matrix)Check if size(this) == size(B)
Public methodCopyToArray 
Public methodCopyToJaggedArray Copy all elements of this matrix to a jagged array.
Public methodElemntsMult Element-by-element multiplication: aij = aij*bij
Public methodGetColumnVectors Gets the column vectors of this matrix.
Public methodGetImag Gets a matrix that contains the imaginary part of this matrix.
Public methodGetReal Gets a matrix that contains the real part of this matrix.
Public methodGetRowVectors Gets the row vectors of this matrix.
Public methodMatrixToString Returns the string of the matrix.
Public methodMatrixToString(String) Returns the string of the matrix.
Public methodMultiply In place scalar-matrix multiplication, A=s*A
Public methodMultiplyC In place scalar-matrix multiplication, A=c*A
Public methodSetImag Sets the imaginary part of the elements of this matrix equal to the elemnets of a real matrix.
Public methodSetReal Sets the real part of the elements of this matrix equal to the elemnets of a real matrix.
Public methodSubtract In place matrix subtraction, A=A-B.
Public methodUnaryMinus In place unary minus -A.
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumNames
(Defined by General)
Public Extension MethodIsValidDouble
(Defined by General)
Top
See Also