Click or drag to resize

FloatMatrix(Int32, Int32, Single) Constructor

Constructs a FloatMatrix instance of the specifed dimensions and initializes all matrix element values to the given value.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatMatrix(
	int rows,
	int cols,
	float initialValue
)

Parameters

rows  Int32
The number of rows.
cols  Int32
The number of columns.
initialValue  Single
The value used to initialize all matrix elements.
See Also