Click or drag to resize

DoubleMatrix(Int32, Int32, RandomNumberGenerator) 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,
	RandomNumberGenerator random
)

Parameters

rows  Int32
The number of rows.
cols  Int32
The number of cols.
random  RandomNumberGenerator
A random number generator.
See Also