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.LiquidAssembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax 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
See Also