Click or drag to resize

FloatComplexMatrix(Int32, Int32, FloatComplex) Constructor

Constructs a FloatComplexMatrix 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 FloatComplexMatrix(
	int rows,
	int cols,
	FloatComplex initialValue
)

Parameters

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