Click or drag to resize
CSMatDense Method
Creates a dense matrix from this sparse matrix.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
member Dense : 
        zeros : FSharpOption<bool> -> CMat 

Parameters

zeros
Type: Microsoft.FSharp.CoreFSharpOptionBoolean
Option to create a dense matrix the same size as this matrix but filled with zeroes, rather than copying this matrix. The default is to copy the entries of this matrix to the new dense matrix.

Return Value

Type: CMat
The new dense matrix
See Also