objects, but have the added functionalities to use column names and row names in a manner similar to the matrix functionalities of the programming languages R and S.
More concretely, "SSparseMatrix" provides sub-matrix extraction by column and row names, column- and row names propagation fordotproducts, column- and row binding of sparse matrices, column- and row sums, etc.
The main implementation idea is fairly simple: we can use associations or replacement rules to map row names and column names into integers.