ReadOnlyDoubleMatrixAddition Operator

Overload List

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

See Also