Name | Description | |
---|---|---|
![]() |
SparseBooleanMatrix | There is no summary. |
Name | Description | |
---|---|---|
![]() |
CreateMatrix | There is no summary. |
![]() |
Overlap | Get the overlap of two matrices, i.e. the number of true entries where they agree |
![]() |
RemoveColumn | Overloaded. Removes a column, and fills the gap by decrementing all occurrences of higher column IDs by one. |
![]() |
Transpose | Get the transpose of the matrix, i.e. a matrix where rows and columns are interchanged |
Name | Description | |
---|---|---|
![]() ![]() |
IsSymmetric | There is no summary. |
![]() |
Item | Overloaded. Indexer to access the rows of the matrix |
![]() |
NonEmptyColumnIDs | The IDs of the non-empty columns in the matrix (the ones that contain at least one true entry) |
![]() |
NonEmptyRowIDs | The IDs of the non-empty rows in the matrix (the ones that contain at least one true entry) |
![]() |
NonEmptyRows | The non-empty rows of the matrix (the ones that contain at least one true entry), with their IDs |
![]() |
NumberOfColumns | The number of columns in the matrix |
![]() |
NumberOfEntries | The number of (true) entries |
![]() |
NumberOfRows | The number of rows in the matrix |
![]() |
Rows | The rows of the matrix, with their IDs |