ColumnLinkedMatrix      Create a LinkedMatrix Object
ColumnLinkedMatrix-class
                        A Class for Linking Matrices by Columns or Rows
LinkedMatrix            Create an Empty, Prespecified LinkedMatrix
                        Object
LinkedMatrix-class      A Class Union of ColumnLinkedMatrix and
                        RowLinkedMatrix
LinkedMatrix-package    Column-Linked and Row-Linked Matrices
as.ColumnLinkedMatrix   Converts an Object to a LinkedMatrix Object
as.matrix.LinkedMatrix
                        Converts a LinkedMatrix Instance to a Matrix
                        (if Small Enough)
cbind.ColumnLinkedMatrix
                        Combine Matrix-Like Objects 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
nNodes                  Returns the Number of Nodes
nodes                   Returns the Column or Row Indexes at Which Each
                        Node Starts and Ends
