The Language-Integrated Quantum Operations (LIQUi|>) Simulator
CSMatMul Method (CSMat) |
Computes the product of this matrix and another matrix.
Highly efficient.
Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)

F#
member Mul : m2 : CSMat -> CSMat
Parameters
- m2
- Type: Microsoft.Research.LiquidCSMat
The right-hand matrix to be multiplied by this matrix.
Return Value
Type: CSMatNew resulting sparse matrix
