Click or drag to resize

DoubleComplexMatrix(Int32, Int32, DoubleComplex) Constructor

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

Parameters

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