Click or drag to resize

ConnectivityMatrix(Int32) Constructor

Constructs a ConnectivityMatrix instance with the specified size.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public ConnectivityMatrix(
	int order
)

Parameters

order  Int32
The size of the the square matrix (order x order).
Remarks
Results in an order x order matrix. All elements are initialized to zero.
See Also