Click or drag to resize
CSMatMul Method (CSMat)
Computes the product of this matrix and another matrix. Highly efficient.

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

Parameters

m2
Type: Microsoft.Research.LiquidCSMat
The right-hand matrix to be multiplied by this matrix.

Return Value

Type: CSMat
New resulting sparse matrix
See Also