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
3543 7267 d 22 h maechler /branches/Matrix-for-R-2.3.x/ branching an "old-R" compatible version of Matrix  
3517 7272 d 0 h bates /trunk/Matrix/ Promote %*% methods to ddenseMatrix class  
3508 7273 d 22 h bates /trunk/Matrix/ Added triu, tril and band for ddenseMatrix objects.  
3378 7293 d 21 h maechler /trunk/Matrix/ use speedier crossprod() for "dgC" - still slower than t(.) %*% .  
3374 7294 d 5 h maechler /trunk/Matrix/ tril() etc also for T* and Rsparse  
3340 7309 d 20 h maechler /trunk/Matrix/ many method cleanups; notably some "dgC" -> "Csparse" generaliztations  
3175 7369 d 0 h maechler /trunk/Matrix/man/ start massive use of \linkS4class{.}  
3145 7375 d 21 h bates /trunk/Matrix/ lowerTriMatrix to tril, upperTriMatrix to triu, added band extractor