The Language-Integrated Quantum Operations (LIQUi|>) Simulator
CMatMultiply Operator (CMat, CVec) |
Computes the product of a matrix and a vector.
The vector's length must match the numder of columns in the matrix.
Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)

F#
static let inline (*) m : CMat * v : CVec : CVec
Parameters
- m
- Type: Microsoft.Research.LiquidCMat
The matrix - v
- Type: Microsoft.Research.LiquidCVec
The vector
Return Value
Type: CVecThe resulting product vector
