ReadOnlyComplexMatrixAdd Method

Overload List

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

See Also