Click or drag to resize

ColumnVectorDivision Operator

Divides a column vector by a real, scalar constant.

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

Parameters

v
Type: Meta.Numerics.MatricesColumnVector
The column vector.
alpha
Type: SystemDouble
The real, scalar constant.

Return Value

Type: ColumnVector
The quotient v / α.
See Also