The R Project SVN R-packages

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4975 6718 d 3 h maechler /trunk/Matrix/ replace many "callGeneric(U, V)" by direct <FUN>(U, V)  
4639 6948 d 21 h maechler /trunk/Matrix/ norm() for sparse; systematic checking of norm() and all "Summary" methods  
4440 6990 d 22 h maechler /trunk/Matrix/ use correct "na.rm" default in all() and any(); tests for that  
4320 7027 d 2 h maechler /trunk/Matrix/R/ for "!" use (x) for R >= 2.6.0, and (e1) otherwise;
replace "1:1" by "1L" since we now require R >= 2.5.0
 
4132 7111 d 19 h maechler /trunk/Matrix/ eliminate infinite loop in coercions to [ln]sparseMatrix  
4109 7117 d 18 h maechler /trunk/Matrix/ drop(); tweaks to Ops & indexing; Rsparse coercions for less exceptions in tests/Class+Meth.R  
4082 7131 d 4 h maechler /trunk/Matrix/ accomplished quite a few small FIXMEs; see ChangeLog  
4032 7162 d 23 h maechler /trunk/Matrix/ any(), all() and "Compare"(<sparse>) - for release of 0.9975-7  
3755 7258 d 14 h maechler /trunk/Matrix/ new nMatrix and subclasses; lsparse change to have x slot; many consequences  
3411 7285 d 18 h maechler /trunk/Matrix/R/ use Csparse_to_logical  
3309 7321 d 21 h maechler /trunk/Matrix/ add lgCMatrix_diag()  
1866 7606 d 16 h maechler /trunk/Matrix/ more "Compare" and some "!" methods; expm() for sparse; updated tests  
1833 7615 d 17 h maechler /trunk/Matrix/ too many changes: rbind2 for dM*, cbind2(), "Math", "Arith" for sparse ones; more "s/gTMatrix/TsparseMatrix/" fixes; quite a few more tests, incl some for *all* classes  
1831 7616 d 12 h bates /trunk/Matrix/ More progress on incorporating CHOLMOD - still not passing CMD check  
1783 7632 d 22 h maechler /trunk/Matrix/ move some methods from lgT to lsparse