| Addition(Complex, ComplexMatrix) | Determines the addition of a scalar to a matrix. |
| Addition(ComplexMatrix, ComplexMatrix) | Determines the sum of two matrices. |
| Addition(ComplexMatrix, DoubleMatrix) | Determines the sum of two matrices. |
| Addition(ComplexMatrix, ReadOnlyDoubleMatrix) | Determines the sum of two matrices. |
| Addition(ComplexMatrix, Complex) | Determines the addition of a matrix to a scalar. |
| Addition(DoubleMatrix, ComplexMatrix) | Determines the sum of two matrices. |
| Addition(ReadOnlyDoubleMatrix, ComplexMatrix) | Determines the sum of two matrices. |