Click or drag to resize
CMatMultiply Operator (CMat, CMat)
Computes the product of two matrices. The first matrix must have the same number of columns as the second matrix has rows.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
static let inline (*)
        m1 : CMat * 
        m2 : CMat  : CMat

Parameters

m1
Type: Microsoft.Research.LiquidCMat
The left (first) matrix
m2
Type: Microsoft.Research.LiquidCMat
The right (second) matrix

Return Value

Type: CMat
The resulting product matrix
See Also