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 6 h bates /branches/Matrix-APIchange/ Creating a branch for the API changes from the 0.99875 series to the 0.999375 series  
4501 6974 d 2 h maechler /trunk/Matrix/ xsparseVector etc (smarter coercions)  
4461 6982 d 1 h bates /trunk/Matrix/ draft "indicators" class  
4354 7011 d 22 h maechler /trunk/Matrix/ part of sparseVector additions; in order to avoid merge conflicts  
4199 7065 d 5 h maechler /trunk/Matrix/ + diff(.), + "dim<-"; cBind/rBind + cbind/rbind; indexing fixes - current state  
4109 7118 d 2 h maechler /trunk/Matrix/ drop(); tweaks to Ops & indexing; Rsparse coercions for less exceptions in tests/Class+Meth.R  
4095 7125 d 2 h maechler /trunk/Matrix/ nnzero(), length(), "Ops" & "Logic", many more setAs(); misc.fixes  
4055 7153 d 4 h maechler /trunk/Matrix/ more "[<-" fixes; validity of triangular sparse  
4052 7157 d 0 h maechler /trunk/Matrix/ rbind2() / cbind2() methods fixes + new Auxiliaries  
3950 7205 d 20 h maechler /trunk/Matrix/ fully-sparse solve() for dsC; indexing & comparison fixes  
3944 7207 d 6 h maechler /trunk/Matrix/ 2nd round of cleanup for <sparse>_validate()  
3943 7207 d 9 h maechler /trunk/Matrix/ tcrossprod(<Csp>, <Csp>); dimnames for [t]crossprod; validity now ensures correct length(Dimnames[[j]])  
3931 7213 d 3 h maechler /trunk/Matrix/ miscellaneous "fixes" mostly in ChangeLog and/or related to diagonalMatrix  
3912 7219 d 23 h maechler /trunk/Matrix/ small changes related to "corMatrix" and other newly seen classes in tests/Class+Meth.R  
3836 7241 d 10 h maechler /trunk/Matrix/ more coercion methods (for rare matrices) => less exceptions  
3791 7252 d 5 h maechler /trunk/Matrix/ check 'x' slot in l.CMatrix_validate  
3787 7253 d 23 h maechler /trunk/Matrix/ several small fixes + more tests for "lMatrix" classes; "Compare"; "chol"  
3767 7257 d 4 h bates /trunk/Matrix/R/ Apply the validity method we defined  
3755 7258 d 21 h maechler /trunk/Matrix/ new nMatrix and subclasses; lsparse change to have x slot; many consequences  
3678 7266 d 1 h bates /trunk/Matrix/ Merging changes from Matrix-nolmer branch  
3524 7270 d 22 h maechler /trunk/Matrix/ several smallish fixes  
3496 7276 d 5 h maechler /trunk/Matrix/ a bit more "MatrixFactorization" ..  
3495 7276 d 9 h maechler /trunk/Matrix/ 1st stab at "MatrixFactorization" class; exporting CHMfactor etc  
3484 7277 d 3 h maechler /trunk/Matrix/ eliminate classed argument from dup_mM*() and dependencies  
3475 7277 d 22 h bates /trunk/Matrix/ Remove classes lCholCMatrix and dCholCMatrix, now using CHMfactor classes instead  
3451 7280 d 4 h maechler /trunk/Matrix/ rename class "LU" to "denseLU" and make "LU" virtual  
3420 7284 d 6 h bates /trunk/Matrix/ add sparse LU and QR decompositions  
3415 7285 d 21 h bates /trunk/Matrix/ Adding dgCMatrix_{lusol,qrsol,QR} but QR still not working  
3350 7301 d 7 h maechler /trunk/Matrix/ change unused class "correlation" to "corMatrix"  
3340 7310 d 2 h maechler /trunk/Matrix/ many method cleanups; notably some "dgC" -> "Csparse" generaliztations  
3310 7322 d 4 h maechler /trunk/Matrix/ miscellaneous small things, including extended tests; see also ChangeLog  
3288 7326 d 4 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 12 h maechler /trunk/Matrix/ useDynlib(*, .registration=TRUE)  
3168 7371 d 0 h bates /trunk/Matrix/R/ Copy colcount in CHOLMOD supernodal factorization  
3138 7377 d 0 h bates /trunk/Matrix/R/ Added check on sire and dam indices to pedigree function and class validation function  
3085 7402 d 4 h maechler /trunk/Matrix/ make pedigree class more memory-efficient; add pedigree()  
3063 7410 d 8 h bates /trunk/Matrix/ pedigree class added  
3024 7433 d 7 h bates /trunk/Matrix/ Change name of lmer.ranef class to ranef.lmer, add coef.lmer and update plot methods for these classes  
2361 7439 d 2 h maechler /trunk/Matrix/R/ use isPacked() [internal] instead of private class "packedMatrix"  
2357 7441 d 6 h maechler /trunk/Matrix/ sparse: "[<-" and better arithmetic; other tweaks