Creates a dense matrix from this sparse matrix.
Namespace: Microsoft.Research.LiquidAssembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax member Dense :
zeros : FSharpOption<bool> -> CMat
Parameters
- zeros
- Type: Microsoft.FSharp.Core.FSharpOption<Boolean>
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:
CMatThe new dense matrix
See Also