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
4529 6966 d 4 h bates /branches/Matrix-APIchange/ Creating a branch for the API changes from the 0.99875 series to the 0.999375 series  
4199 7065 d 2 h maechler /trunk/Matrix/ + diff(.), + "dim<-"; cBind/rBind + cbind/rbind; indexing fixes - current state  
4095 7125 d 0 h maechler /trunk/Matrix/ nnzero(), length(), "Ops" & "Logic", many more setAs(); misc.fixes  
3755 7258 d 19 h maechler /trunk/Matrix/ new nMatrix and subclasses; lsparse change to have x slot; many consequences  
3678 7265 d 23 h bates /trunk/Matrix/ Merging changes from Matrix-nolmer branch  
3424 7283 d 19 h bates /trunk/Matrix/R/ Use C code for diagU2N in CsparseMatrix classes  
3404 7286 d 22 h bates /trunk/Matrix/ Use CHOLMOD code for general methods at CsparseMatrix, TsparseMatrix, denseMatrix or matrix level when possible  
3401 7289 d 0 h bates /trunk/Matrix/ Generalize conversions  
3340 7309 d 23 h maechler /trunk/Matrix/ many method cleanups; notably some "dgC" -> "Csparse" generaliztations  
3172 7370 d 9 h maechler /trunk/Matrix/ useDynlib(*, .registration=TRUE)  
3112 7393 d 2 h bates /trunk/Matrix/ Add special solve method for unit upper triangular matrices  
3092 7397 d 23 h bates /trunk/Matrix/ Unit diagonal property in transpose of dtCMatrix  
3078 7404 d 8 h maechler /trunk/Matrix/ tT -> tC; and diagU2N() for solve(<dtC>)  
3070 7408 d 4 h bates /trunk/Matrix/ Add CSparse-based solve methods for dtCMatrix class  
3034 7423 d 21 h maechler /trunk/Matrix/ coercions from dgC to triangular (dtC) and symmetric (dsC), etc  
2265 7487 d 18 h bates /trunk/Matrix/ Use coersion for transpose of dtCMatrix class  
2256 7490 d 0 h maechler /trunk/Matrix/ add to tests: now also check setAs("matrix", *)  
2208 7496 d 21 h maechler /trunk/Matrix/ make Matrix() "smart" -- with help of quite a few new setAs(. , .) settings  
1997 7563 d 2 h bates /trunk/Matrix/R/ Adding PACKAGE = to .Call lines  
1872 7603 d 21 h maechler /trunk/Matrix/ dtC -> dgC coercion  
1869 7605 d 0 h maechler /trunk/Matrix/ more coercions; particularly "d" <-> "l"; more tests (and more FIXMEs!); fixing two "index-0 bugs"; ...  
1831 7616 d 18 h bates /trunk/Matrix/ More progress on incorporating CHOLMOD - still not passing CMD check  
982 7845 d 1 h bates /trunk/Matrix/R/ renaming and rearranging classes  
976 7845 d 3 h bates /trunk/Matrix/R/ Renaming and reorganizing classes  
667 7942 d 20 h bates /trunk/Matrix/R/ Remove PACKAGE="Matrix" in .Call  
218 8141 d 5 h bates /trunk/Matrix/ Adding coercions - fixing bugs  
155 8161 d 21 h bates /trunk/Matrix/ Initial import