The ConnectivityMatrix type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ConnectivityMatrix | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Apply | Overloaded. | |
| Clone |
Constructs a deep copy of self.
| |
| DeepenThisCopy |
Guarantees that there is only one reference to the underlying
data and that this data is in contiguous storage.
(Inherited from DoubleSymmetricMatrix.) | |
| Equals |
Tests for equality of this connectivity matrix and another
connectivity matrix.
Two connectivity matrices are equal if they have the same dimensions
and all values are equal.
(Overrides DoubleSymmetricMatrix..::.Equals(Object).) | |
| GetHashCode |
Computes hash code.
(Overrides DoubleSymmetricMatrix..::.GetHashCode()()().) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| LeadingSubmatrix |
Returns the k by k upper left corner of the matrix. The
matrix and the submatrix share the same data.
(Inherited from DoubleSymmetricMatrix.) | |
| Resize |
Changes the order of this matrix to that specified, adding zeros or truncating as
necessary.
(Inherited from DoubleSymmetricMatrix.) | |
| ShallowCopy |
Creates a shallow copy of this matrix.
(Inherited from DoubleSymmetricMatrix.) | |
| ToString | Overloaded. | |
| ToTabDelimited | Overloaded. | |
| Transform | Overloaded. | |
| Transpose |
Returns this matrix.
(Inherited from DoubleSymmetricMatrix.) |
Operators
| Name | Description | |
|---|---|---|
| Addition | Overloaded. | |
| Decrement |
Decrements each element of the given matrix.
| |
| Division | Overloaded. | |
| Equality |
Tests for equality of two connectivity matrices. Two matrices are equal if they
have the same order and all values are equal.
| |
| Increment |
Increments each element of the given matrix.
| |
| Inequality |
Tests for inequality of two connectivity matrices. Two matrices are equal if they
have the same order and all values are equal.
| |
| Multiply | Overloaded. | |
| Subtraction | Overloaded. | |
| UnaryNegation |
Negation operator.
| |
| UnaryPlus |
Unary + operator. Just returns the input matrix.
|
Fields
| Name | Description | |
|---|---|---|
| DEFAULT_LABEL_FORMAT |
Default label format for the items represented in a ConnectivityMatrix
instance. If the format string contains the symbol '{0}' it will be
replaced by the items zero-based index.
|
Properties
| Name | Description | |
|---|---|---|
| Cols |
Gets the number of columns in the matrix.
(Inherited from DoubleSymmetricMatrix.) | |
| DataVector |
Gets the data vector referenced by this matrix.
(Inherited from DoubleSymmetricMatrix.) | |
| Item |
Gets and sets the value at the specified position. Symmetry is maintained.
(Inherited from DoubleSymmetricMatrix.) | |
| Labels |
Gets and sets the labels for the rows/columns of the connectivity matrix.
| |
| NumberOfLabels |
Gets the number of row/column labels.
| |
| Order |
Gets the order of the matrix.
(Inherited from DoubleSymmetricMatrix.) | |
| Rows |
Gets the number of rows in the matrix.
(Inherited from DoubleSymmetricMatrix.) |