Distributed Matrix<T>.Add Core Method
Definition
Namespace: Numerics.NET.Distributed
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Overload List
Add | Adds a scalar to a matrix in-place. |
Add | Adds two matrices. |
AddCore(T, Matrix<T>)
Adds a scalar to a matrix in-place.
protected override Matrix<T> AddCore(
T value,
Matrix<T>? result
)
Parameters
Return Value
Matrix<T>A matrix whose elements are the sum of the corresponding elements of this matrix and value.