Dense Vector<T>.Subtract As Left 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
Subtract | Subtracts a constant from a vector. |
Subtract | Subtracts one vector from another. |
SubtractAsLeftCore(T, Vector<T>)
Subtracts a constant from a vector.
protected override Vector<T> SubtractAsLeftCore(
T value,
Vector<T> result
)
Parameters
Return Value
Vector<T>A vector whose elements are the difference between the corresponding elements of this vector and value.