Click or drag to resize

FloatMatrix(Int32, Int32, RandomNumberStream, IRandomNumberDistributionSingle) Constructor

Constructs a FloatMatrix instance from a random number generator.

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

Parameters

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