Click or drag to resize

RowVector.Multiply Operator (RowVector, AnyRectangularMatrix)

Multiplies any real, rectangular matrix by a row vector.

Namespace:  Meta.Numerics.Matrices
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static RowVector operator *(
	RowVector v,
	AnyRectangularMatrix A
)

Parameters

v
Type: Meta.Numerics.Matrices.RowVector
The row vector.
A
Type: Meta.Numerics.Matrices.AnyRectangularMatrix
The matrix.

Return Value

Type: RowVector
The product row vector.
See Also