Click or drag to resize
CMatMul Method (CMat)
Computes the product of this matrix with another matrix. This matrix is on the left-hand side of the product, and the argument matrix is on the right-hand side. This matrix must have the same number of columns as the other matrix has rows.

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

Parameters

m2
Type: Microsoft.Research.LiquidCMat
The second matrix.

Return Value

Type: CMat
The resulting product matrix.
See Also