The Language-Integrated Quantum Operations (LIQUi|>) Simulator
CMatMultiply Operator (CMat, CMat) |
Computes the product of two matrices.
The first matrix must have the same number of columns as the second matrix has rows.
Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)

F#
static let inline (*) m1 : CMat * m2 : CMat : CMat
Parameters
- m1
- Type: Microsoft.Research.LiquidCMat
The left (first) matrix - m2
- Type: Microsoft.Research.LiquidCMat
The right (second) matrix
Return Value
Type: CMatThe resulting product matrix
