CSMat.Kron Method (Int32)

Liquid Quantum 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.*)
Syntax
F#
member Kron : 
        lenI : int -> CSMat 

Parameters

lenI
Type: SystemInt32
The dimension of the identity matrix (N of NxN).

Return Value

Type: CSMat
The result of the Kronecker product
See Also