LinkedMatrix-package | Column-Linked and Row-Linked Matrices |
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 or Rows |
ColumnLinkedMatrix | Create a LinkedMatrix Object |
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 | A Class Union of ColumnLinkedMatrix and RowLinkedMatrix |
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.RowLinkedMatrix | Combine Matrix-Like Objects by Columns or Rows |
RowLinkedMatrix | Create a LinkedMatrix Object |
RowLinkedMatrix-class | A Class for Linking Matrices by Columns or Rows |
show-method | A Class Union of ColumnLinkedMatrix and RowLinkedMatrix |