Click or drag to resize
CSMatKron Method (CSMat)
Computes the Kronecker Product of this matrix with another matrix.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
member Kron : 
        m2 : CSMat -> CSMat 

Parameters

m2
Type: Microsoft.Research.LiquidCSMat
The right-hand side matrix in the Kronecker product.

Return Value

Type: CSMat
The result of the Kronecker product
See Also