Click or drag to resize

RowVector.Division Operator

Divides a row vector by a real, scalar constant.

Namespace:  Meta.Numerics.Matrices
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static RowVector operator /(
	RowVector v,
	double alpha
)

Parameters

v
Type: Meta.Numerics.Matrices.RowVector
The row vector.
alpha
Type: System.Double
The real, scalar constant.

Return Value

Type: RowVector
The result.
See Also