Matrix<T>.Addition Assignment Operator
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
Overload List
| Addition | Adds a scalar to a matrix. |
| Addition | Adds another matrix to this matrix in-place. |
AdditionAssignment(T) Operator
Adds a scalar to a matrix.
AdditionAssignment(Matrix<T>) Operator
Adds another matrix to this matrix in-place.
Exceptions
| Argument | matrix is null. |
| Dimension | The length of matrix does not equal the length of this instance. |