Click or drag to resize

ConnectivityMatrix(DoubleVector, Int32, Boolean) Constructor

Constructs a ConnectivityMatrix instance from the given data.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
protected ConnectivityMatrix(
	DoubleVector data,
	int order,
	bool check
)

Parameters

data  DoubleVector
The column by column upper triangular part of the matrix. See class description for format.
order  Int32
The order of the matrix.
check  Boolean
Don't check the data.
See Also