Click or drag to resize

RowVectorAddition Operator

Computes the sum of two row vectors.

Namespace:  Meta.Numerics.Matrices
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static RowVector operator +(
	RowVector v1,
	RowVector v2
)

Parameters

v1
Type: Meta.Numerics.MatricesRowVector
The first row vector.
v2
Type: Meta.Numerics.MatricesRowVector
The second row vector.

Return Value

Type: RowVector
The sum v1 + v2.
See Also