The Language-Integrated Quantum Operations (LIQUi|>) Simulator
CSMatKron Method (Int32) |
Computes the Kronecker Product of this matrix with an identity matrix.
The identity matrix is on the right-hand side of the product.
Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)

F#
member Kron : lenI : int -> CSMat
Parameters
- lenI
- Type: SystemInt32
The dimension of the identity matrix (N of NxN).
Return Value
Type: CSMatThe result of the Kronecker product
