Complex |
The ComplexMatrix type exposes the following members.
| Name | Description | |
|---|---|---|
| Addition(ComplexMatrix, ComplexMatrix) | Matrix addition. | |
| Multiply(BaseMatrix, ComplexMatrix) | Matrix multiplication. | |
| Multiply(Complex, ComplexMatrix) | complex-Matrix multiplication. | |
| Multiply(ComplexMatrix, ComplexMatrix) | Matrix multiplication. | |
| Subtraction(ComplexMatrix, ComplexMatrix) | Matrix subtraction. |