CSMat.Multiply Operator (CSMat, CSMat)

Liquid Quantum Simulator

CSMatMultiply Operator (CSMat, CSMat)
Computes the product of two matrices. Highly efficient.

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

Parameters

m1
Type: Microsoft.Research.LiquidCSMat
The left-hand matrix.
m2
Type: Microsoft.Research.LiquidCSMat
THe right-hand matrix.

Return Value

Type: CSMat
The resulting product matrix
See Also