Click or drag to resize

ConnectivityMatrix(Int32, IEnumerableString) Constructor

Constructs a ConnectivityMatrix instance with the specified number of items and lables for those items.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public ConnectivityMatrix(
	int order,
	IEnumerable<string> labels
)

Parameters

order  Int32
The number of items. the resulting matrix will be of dimension order x order.
labels  IEnumerableString
Item labels. The ith item will be associated with the ith label.
See Also