The Language-Integrated Quantum Operations (LIQUi|>) Simulator
CSMatMul Method (CVec) |
Computes the product of this matric and a vector.
Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)

F#
member Mul : v : CVec -> CVec
Parameters
- v
- Type: Microsoft.Research.LiquidCVec
The vector to multiply.
Return Value
Type: CVecThe resulting vector
