Click or drag to resize

FloatComplexMatrix(Int32, Int32) Constructor

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

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

Parameters

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