Click or drag to resize
sqx

VectorMatrixColumnVectorProduct Method

[Vector] MatrixColumnVectorProduct([Matrix] B)

Namespace:  sqx
Assembly:  SQX (in SQX.dll) Version: 1.0.2.6 (1.0.2.6)
Syntax
C#
public Vector MatrixColumnVectorProduct(
	Matrix B
)

Parameters

B
Type: sqxMatrix
[Matrix]

Return Value

Type: Vector
[Vector]
Remarks
Matrix.Product([Matrix] B) row by row
See Also