Complex |
The ComplexMatrix type exposes the following members.
| Name | Description | |
|---|---|---|
| Add | In place addition A=A+B | |
| CheckMatrixDimensions(ComplexMatrix) | Check if size(this) == size(B) | |
| CheckMatrixDimensions(Matrix) | Check if size(this) == size(B) | |
| CopyToArray | ||
| CopyToJaggedArray | Copy all elements of this matrix to a jagged array. | |
| ElemntsMult | Element-by-element multiplication: aij = aij*bij | |
| GetColumnVectors | Gets the column vectors of this matrix. | |
| GetImag | Gets a matrix that contains the imaginary part of this matrix. | |
| GetReal | Gets a matrix that contains the real part of this matrix. | |
| GetRowVectors | Gets the row vectors of this matrix. | |
| MatrixToString | Returns the string of the matrix. | |
| MatrixToString(String) | Returns the string of the matrix. | |
| Multiply | In place scalar-matrix multiplication, A=s*A | |
| MultiplyC | In place scalar-matrix multiplication, A=c*A | |
| SetImag | Sets the imaginary part of the elements of this matrix equal to the elemnets of a real matrix. | |
| SetReal | Sets the real part of the elements of this matrix equal to the elemnets of a real matrix. | |
| Subtract | In place matrix subtraction, A=A-B. | |
| UnaryMinus | In place unary minus -A. |
| Name | Description | |
|---|---|---|
| GetEnumNames | (Defined by General) | |
| IsValidDouble | (Defined by General) |