Click or drag to resize

DoubleMatrix(Int32, Int32, RandomNumberStream, IRandomNumberDistributionDouble) Constructor

Constructs a DoubleMatrix instance from a random number generator.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleMatrix(
	int rows,
	int cols,
	RandomNumberStream rngStream,
	IRandomNumberDistribution<double> distribution
)

Parameters

rows  Int32
The number of rows.
cols  Int32
The number of cols.
rngStream  RandomNumberStream
Random number stream.
distribution  IRandomNumberDistributionDouble
Distribution for random numbers.
See Also