Click or drag to resize
CVecKron Method
Computes the Kronecker product of this vector and another.

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

Parameters

v2
Type: Microsoft.Research.LiquidCVec
Vector to multiply this one by

Return Value

Type: CVec
The result vector
See Also