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
4549 6961 d 22 h maechler /branches/Matrix-APIchange/ port changes (4545..4548) from trunk  
4529 6965 d 21 h bates /branches/Matrix-APIchange/ Creating a branch for the API changes from the 0.99875 series to the 0.999375 series  
4527 6967 d 1 h maechler /trunk/Matrix/ add session- and hardware-info to Comparisons  
4501 6973 d 16 h maechler /trunk/Matrix/ xsparseVector etc (smarter coercions)  
4468 6980 d 16 h maechler /trunk/Matrix/ + print(<sparse>, extra args)  
4386 7004 d 13 h maechler /trunk/Matrix/ export drop0() {name is open for discussion}; document colSums  
4371 7006 d 18 h maechler /trunk/Matrix/ sparseVector. <- v; rowSums/colSums; summary(<sparse>); spMatrix(.) utility  
4355 7011 d 11 h maechler /trunk/Matrix/ forgotten in last commit  
4207 7061 d 18 h maechler /trunk/Matrix/ omit cbind/rbind again, and use cBind/rBind only  
4199 7064 d 19 h maechler /trunk/Matrix/ + diff(.), + "dim<-"; cBind/rBind + cbind/rbind; indexing fixes - current state  
4109 7117 d 17 h maechler /trunk/Matrix/ drop(); tweaks to Ops & indexing; Rsparse coercions for less exceptions in tests/Class+Meth.R  
4095 7124 d 17 h maechler /trunk/Matrix/ nnzero(), length(), "Ops" & "Logic", many more setAs(); misc.fixes  
4064 7150 d 12 h maechler /trunk/Matrix/ move Ops to new Ops.R; start using "Logic"  
4052 7156 d 14 h maechler /trunk/Matrix/ rbind2() / cbind2() methods fixes + new Auxiliaries  
4032 7162 d 22 h maechler /trunk/Matrix/ any(), all() and "Compare"(<sparse>) - for release of 0.9975-7  
3931 7212 d 17 h maechler /trunk/Matrix/ miscellaneous "fixes" mostly in ChangeLog and/or related to diagonalMatrix  
3912 7219 d 13 h maechler /trunk/Matrix/ small changes related to "corMatrix" and other newly seen classes in tests/Class+Meth.R  
3875 7233 d 19 h maechler /trunk/Matrix/ sub-assign to diagonal => sparse; + new bdiag() function  
3755 7258 d 12 h maechler /trunk/Matrix/ new nMatrix and subclasses; lsparse change to have x slot; many consequences  
3688 7264 d 21 h maechler /trunk/Matrix/ re-add head() and tail() to exported methods  
3678 7265 d 16 h bates /trunk/Matrix/ Merging changes from Matrix-nolmer branch  
3496 7275 d 20 h maechler /trunk/Matrix/ a bit more "MatrixFactorization" ..  
3495 7276 d 0 h maechler /trunk/Matrix/ 1st stab at "MatrixFactorization" class; exporting CHMfactor etc  
3475 7277 d 13 h bates /trunk/Matrix/ Remove classes lCholCMatrix and dCholCMatrix, now using CHMfactor classes instead  
3451 7279 d 19 h maechler /trunk/Matrix/ rename class "LU" to "denseLU" and make "LU" virtual  
3438 7281 d 7 h bates /trunk/Matrix/ Added methods for sparseQR for qr.qy, qr.qty, qr.coef, qr.resid and qr.fitted  
3427 7282 d 20 h maechler /trunk/Matrix/ export zapsmall(); define as.numeric and as.logical methods (not yet finished); fix printing "U" diagonal triangular sparse  
3420 7283 d 20 h bates /trunk/Matrix/ add sparse LU and QR decompositions  
3415 7285 d 12 h bates /trunk/Matrix/ Adding dgCMatrix_{lusol,qrsol,QR} but QR still not working  
3354 7300 d 11 h bates /trunk/Matrix/ Add hatTrace function  
3350 7300 d 22 h maechler /trunk/Matrix/ change unused class "correlation" to "corMatrix"  
3340 7309 d 16 h maechler /trunk/Matrix/ many method cleanups; notably some "dgC" -> "Csparse" generaliztations  
3337 7311 d 4 h maechler /trunk/Matrix/ export isSymmetric()  
3288 7325 d 19 h bates /trunk/Matrix/ Establish new class glmer; modify validity check on pedigree to account for nonparallel patterns of missingness in parents  
3172 7370 d 2 h maechler /trunk/Matrix/ useDynlib(*, .registration=TRUE)  
3145 7375 d 17 h bates /trunk/Matrix/ lowerTriMatrix to tril, upperTriMatrix to triu, added band extractor  
3085 7401 d 19 h maechler /trunk/Matrix/ make pedigree class more memory-efficient; add pedigree()  
3080 7403 d 20 h bates /trunk/Matrix/ Remove postVar generic and methods  
3063 7409 d 23 h bates /trunk/Matrix/ pedigree class added  
3054 7414 d 10 h bates /trunk/Matrix/ Added qqmath method for ranef.lmer and postVar for ranef methods