ReadOnlyComplexMatrixAddition Operator

Overload List

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

See Also