LinkedMatrix-package | A Package for Linking Matrices by Columns or Rows. |
as.ColumnLinkedMatrix | Converts an Object to a LinkedMatrix Object. |
as.ColumnLinkedMatrix.list | Converts an Object to a LinkedMatrix Object. |
as.matrix.LinkedMatrix | Converts a LinkedMatrix Instance to a Matrix (if Small Enough). |
as.RowLinkedMatrix | Converts an Object to a LinkedMatrix Object. |
as.RowLinkedMatrix.list | Converts an Object to a LinkedMatrix Object. |
cbind.ColumnLinkedMatrix | Combine Matrix-Like Objects by Columns. |
cbind.RowLinkedMatrix | Combine Matrix-Like Objects by Columns. |
ColumnLinkedMatrix | A Class for Linking Matrices by Columns or Rows. |
ColumnLinkedMatrix-class | A Class for Linking Matrices by Columns or Rows. |
index | Maps Each Column or Row Index of a Linked Matrix to the Column or Row Index of Its Corresponding Node. |
initialize-method | Create a LinkedMatrix Object. |
LinkedMatrix | Create an Empty, Prespecified LinkedMatrix Object. |
LinkedMatrix-class | A 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 | A Class for Linking Matrices by Columns or Rows. |
RowLinkedMatrix-class | A Class for Linking Matrices by Columns or Rows. |
show-method | Show a LinkedMatrix Object. |