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