Namespace: Extreme.Mathematics.Generic.LinearAlgebraAssembly: Extreme.Generic.Net40 (in Extreme.Generic.Net40.dll) Version: 5.1.14261.0 (5.1.14261.0)
public static DenseVector<T> Subtract(
DenseVector<T> vector1,
DenseVector<T> vector2
)
Public Shared Function Subtract (
vector1 As DenseVector(Of T),
vector2 As DenseVector(Of T)
) As DenseVector(Of T)
public:
static DenseVector<T>^ Subtract(
DenseVector<T>^ vector1,
DenseVector<T>^ vector2
)
static member Subtract :
vector1 : DenseVector<'T> *
vector2 : DenseVector<'T> -> DenseVector<'T>
Parameters
- vector1
- Type: Extreme.Mathematics.Generic.LinearAlgebraDenseVectorT
The DenseMatrixT to subtract
from. - vector2
- Type: Extreme.Mathematics.Generic.LinearAlgebraDenseVectorT
The DenseMatrixT to subtract.
Return Value
Type:
DenseVectorTA
DenseMatrixT whose components are
equal to the corresponding component of
vector1 minus the corresponding component
of
vector2.
Numerical Libraries
Supported in: 4.x
Reference