Click or drag to resize
CMat.Mul Method (Double)
Scales this matrix by a constant multiplier. This matrix is updated in place, rather than a new matrix being created.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
F#
member Mul : 
        mul : float -> CMat 

Parameters

mul
Type: System.Double
The scale factor to multiply by.

Return Value

Type: CMat
This matrix, as updated after scaling
See Also