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)  
4963 6729 d 3 h maechler /trunk/Matrix/ + forceSymmetric(); generalize ddense_to_symmetric to dense_to_s.. and ddense_band to dense_band allowing simplified methods; Matrix() and many man/*Rd : replace many as(*, <specific>) by as(*, <virtual superclass>)  
4868 6806 d 18 h maechler /trunk/Matrix/ + cov2cor(); updates to nearPD()+doc; others  
4838 6849 d 4 h maechler /trunk/Matrix/R/ replace all(lapply(...)) with an identical(..) test  
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
 
4052 7156 d 16 h maechler /trunk/Matrix/ rbind2() / cbind2() methods fixes + new Auxiliaries