Computes the product of this matrix and another matrix.
Highly efficient.
Namespace: Microsoft.Research.LiquidAssembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax member Mul :
m2 : CSMat -> CSMat
Parameters
- m2
- Type: Microsoft.Research.LiquidCSMat
The right-hand matrix to be multiplied by this matrix.
Return Value
Type:
CSMatNew resulting sparse matrix
See Also