Dense Matrix<T>.Add Core Method
Definition
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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.