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