Click or drag to resize

RowVectorMultiply Operator (Double, RowVector)

Multiplies 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 *(
	double alpha,
	RowVector v
)

Parameters

alpha
Type: SystemDouble
The real, scalar constant.
v
Type: Meta.Numerics.MatricesRowVector
The row vector.

Return Value

Type: RowVector
The product.
See Also