DenseVector<T, TStorage>.AddCore Method
DefinitionPermalink
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
Overload ListPermalink
Add | Adds a constant to a vector in-place. |
Add | Adds two vectors. |
AddCore(T, Vector<T>)Permalink
Adds a constant to a vector in-place.
protected override Vector<T> AddCore(
T value,
Vector<T>? result
)
Parameters
Return Value
Vector<T>A vector whose elements are the sum of the corresponding elements of this vector and value.