.NET Matrix Library
FillRandom Method
See Also  Example Send comments on this topic


Fills the CSparseMatrix object with random values ranging from 1 to 10 using a density of 1%. Fills a sparse matrix with random values.

Overload List

OverloadDescription
FillRandom()Fills the CSparseMatrix object with random values ranging from 1 to 10 using a density of 1%.  
FillRandom(Double)Fills the CSparseMatrix object with random values ranging from 1 to 10 using the specified density.  
FillRandom(Double,Double,Double)Fills the CSparseMatrix object with random values ranging from lower bound to upper bound using the specified density.  
FillRandom(Double,Double,Double,Int32)Fills the CSparseMatrix object with random values ranging from lower bound to upper bound, rounded to the specified number of decimal places, using the specified density.  

Example

Visual BasicCopy Code
vxv

sdfsdf
sdf
sdfsd
fsd



sdfsd

Requirements

Platforms: Windows 7, Windows Vista, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows 2000

See Also

.NET Matrix Library Documentation