Click or drag to resize
CMatKron Method (Int32, FSharpOptionBoolean)
Computes the Kronecker Product of this matrix with an identity matrix

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
member Kron : 
        len : int * 
        left : FSharpOption<bool> -> CMat 

Parameters

len
Type: SystemInt32
The dimension of the identity matrix (N of NxN).
left
Type: Microsoft.FSharp.CoreFSharpOptionBoolean
An option that, if true, specifies that the identity matrix should be on the left side of the Kronecker product. The default is false, which means that the identity is on the right.

Return Value

Type: CMat
The result of the Kronecker product
See Also