CSMat.Multiply Operator (CSMat, CVec)

Liquid Quantum Simulator

CSMatMultiply Operator (CSMat, CVec)
Computes the product of a matrix and a vector.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
static let inline (*)
        m : CSMat * 
        v : CVec  : CVec

Parameters

m
Type: Microsoft.Research.LiquidCSMat
The matrix
v
Type: Microsoft.Research.LiquidCVec
The vector

Return Value

Type: CVec
The resulting vector
See Also