The R Project SVN R-packages

Rev

Rev 4529 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4529 Rev 4549
Line 183... Line 183...
183
  Alternatively, can now print(<sparseMatrix>, col.names = TRUE, .....)
183
  Alternatively, can now print(<sparseMatrix>, col.names = TRUE, .....)
184
 
184
 
185
- Fast colSums(), rowSums() etc : first for dgCMatrix, but then
185
- Fast colSums(), rowSums() etc : first for dgCMatrix, but then
186
  'arules' needs fast colSums() and rowSums() - for ngCMatrix;
186
  'arules' needs fast colSums() and rowSums() - for ngCMatrix;
187
  do it for "nMatrix" and "lMatrix" and return *integer*
187
  do it for "nMatrix" and "lMatrix" and return *integer*
-
 
188
 
-
 
189
- now check for DimNames propagation in coercions, at least by using a
-
 
190
  "dimnamed" matrix in tstMatrixClass() in tests/Class+Meth.R
-
 
191