Vector<T>.Subtract Method
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A reference to this instance.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
[ObsoleteAttribute("Use the SubtractProductInPlace method instead.")]
public Vector<T> Subtract(
Matrix<T> matrix,
Vector<T> vector
)
Parameters
Return Value
Vector<T>A reference to this instance.
Exceptions
Argument | matrix is null -or- vector is null |
Dimension |
The number of rows of matrix does not equal the length of this instance.
-or- The number of columns of matrix does not equal the length of vector. |