| as.matrix.LinkedMatrix | Converts a 'LinkedMatrix' instance to a 'matrix' (if small enough). |
| cbind.ColumnLinkedMatrix | Combine matrix-like objects by columns. |
| cbind.RowLinkedMatrix | Combine matrix-like objects by columns. |
| ColumnLinkedMatrix | An S4 class to represent a column-linked 'LinkedMatrix'. |
| ColumnLinkedMatrix-class | An S4 class to represent a column-linked 'LinkedMatrix'. |
| index | Maps each column or row index of a linked matrix to the column or row index of its corresponding node. |
| initialize-method | Creates a new 'ColumnLinkedMatrix' instance. |
| initialize-method | Creates a new 'RowLinkedMatrix' instance. |
| LinkedMatrix | Initializes either a 'ColumnLinkedMatrix' or 'RowLinkedMatrix' instance of certain dimensions with a configurable number and type of nodes. |
| LinkedMatrix-class | An abstract S4 class union of 'ColumnLinkedMatrix' and 'RowLinkedMatrix'. |
| nNodes | Returns the number of nodes. |
| nodes | Returns the column or row indexes at which each node starts and ends. |
| rbind.ColumnLinkedMatrix | Combine matrix-like objects by rows. |
| rbind.RowLinkedMatrix | Combine matrix-like objects by rows. |
| RowLinkedMatrix | An S4 class to represent a row-linked 'LinkedMatrix'. |
| RowLinkedMatrix-class | An S4 class to represent a row-linked 'LinkedMatrix'. |
| show-method | Show a 'LinkedMatrix' object. |
| [-method | Extract parts of a 'ColumnLinkedMatrix'. |
| [-method | Extract parts of a 'RowLinkedMatrix'. |
| [<--method | Replace parts of a 'ColumnLinkedMatrix'. |
| [<--method | Replace parts of a 'RowLinkedMatrix'. |