 | VectorMatrixColumnVectorProduct Method |
[Vector] MatrixColumnVectorProduct([Matrix] B)
Namespace:
sqx
Assembly:
SQX (in SQX.dll) Version: 1.0.2.6 (1.0.2.6)
Syntaxpublic Vector MatrixColumnVectorProduct(
Matrix B
)
Parameters
- B
- Type: sqxMatrix
[Matrix]
Return Value
Type:
Vector[Vector]
RemarksMatrix.Product([Matrix] B) row by row
See Also