Overload List
| Name | Description | |
|---|---|---|
| ConnectivityMatrix(DoubleMatrix) |
Constructs a square ConnectivityMatrix instance by extracting the upper
triangular part of a square general matrix.
| |
| ConnectivityMatrix(DoubleVector) |
Constructs a ConnectivityMatrix instance using the data in the
given vector.
| |
| ConnectivityMatrix(Int32) |
Constructs a ConnectivityMatrix instance with the specified size.
| |
| ConnectivityMatrix(DoubleMatrix, IEnumerable<(Of <(String>)>)) |
Constructs a square ConnectivityMatrix instance by extracting the upper
triangular part of a square general matrix.
| |
| ConnectivityMatrix(DoubleVector, IEnumerable<(Of <(String>)>)) |
Constructs a ConnectivityMatrix instance from the specified data
and lables for those items.
| |
| ConnectivityMatrix(DoubleVector, Int32) |
Constructs a ConnectivityMatrix instance with the specified
size, and using the data in the given vector.
| |
| ConnectivityMatrix(Int32, IEnumerable<(Of <(String>)>)) |
Constructs a ConnectivityMatrix instance with the specified number of
items and lables for those items.
| |
| ConnectivityMatrix(DoubleVector, Int32, IEnumerable<(Of <(String>)>)) |
Constructs a ConnectivityMatrix instance from the specified data
and lables for those items.
|