Click or drag to resize

RowVectorDivision 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.MatricesRowVector
The row vector.
alpha
Type: SystemDouble
The real, scalar constant.

Return Value

Type: RowVector
The result.
See Also