Click or drag to resize

DoubleComplexMatrix(Int32, Int32) Constructor

Constructs a DoubleComplexMatrix instance with the specifed number of rows and columns.

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

Parameters

rows  Int32
The number of rows.
cols  Int32
The number of columns.
See Also