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    A Package for Linking Matrices by Columns or
                        Rows.
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.
index                   Maps Each Column or Row Index of a Linked
                        Matrix to the Column or Row Index of Its
                        Corresponding Node.
initialize,ColumnLinkedMatrix-method
                        Create a LinkedMatrix Object.
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.
show,LinkedMatrix-method
                        Show a LinkedMatrix Object.
