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)  
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  
4104 7118 d 16 h maechler /trunk/Matrix/ many more coercions for diag(), "!", etc; see ChangeLog  
3755 7258 d 14 h maechler /trunk/Matrix/ new nMatrix and subclasses; lsparse change to have x slot; many consequences