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
4561 6961 d 2 h bates /branches/Matrix-APIchange/ *** empty log message ***  
4549 6962 d 5 h maechler /branches/Matrix-APIchange/ port changes (4545..4548) from trunk  
4544 6963 d 0 h bates /branches/Matrix-APIchange/  
4529 6966 d 3 h bates /branches/Matrix-APIchange/ Creating a branch for the API changes from the 0.99875 series to the 0.999375 series  
4518 6968 d 0 h maechler /trunk/Matrix/ Math/Math2: setGeneric adaption for todays` R-devel  
4501 6973 d 23 h maechler /trunk/Matrix/ xsparseVector etc (smarter coercions)  
4483 6978 d 1 h maechler /trunk/Matrix/ colSums, ... rowMeans for all Matrices; notably sparse ones via [diln]gCMatrix_colSums C code  
4474 6979 d 1 h bates /trunk/Matrix/  
4469 6980 d 22 h maechler /trunk/Matrix/ kronecker buglet fix  
4468 6980 d 22 h maechler /trunk/Matrix/ + print(<sparse>, extra args)  
4467 6981 d 1 h bates /trunk/Matrix/  
4464 6981 d 18 h bates /trunk/Matrix/  
4462 6981 d 23 h bates /trunk/Matrix/  
4456 6983 d 6 h maechler /trunk/Matrix/ more strict validity checking for Csparse  
4443 6990 d 8 h maechler /trunk/Matrix/ another callGeneric fix  
4440 6991 d 3 h maechler /trunk/Matrix/ use correct "na.rm" default in all() and any(); tests for that  
4430 6992 d 0 h bates /trunk/Matrix/  
4429 6992 d 0 h bates /trunk/Matrix/  
4422 6992 d 0 h maechler /trunk/Matrix/ give message on suppressed column names  
4419 6993 d 0 h bates /trunk/Matrix/  
4413 6994 d 2 h bates /trunk/Matrix/  
4386 7004 d 19 h maechler /trunk/Matrix/ export drop0() {name is open for discussion}; document colSums  
4371 7007 d 0 h maechler /trunk/Matrix/ sparseVector. <- v; rowSums/colSums; summary(<sparse>); spMatrix(.) utility  
4364 7008 d 22 h bates /trunk/Matrix/ Write 1-based, not 0-based, indices in writeMM  
4354 7011 d 20 h maechler /trunk/Matrix/ part of sparseVector additions; in order to avoid merge conflicts  
4353 7011 d 20 h bates /trunk/Matrix/ Added solve methods for CHMfactor class  
4339 7014 d 4 h maechler /trunk/Matrix/ new version for CRAN - windows problem  
4335 7017 d 7 h maechler /trunk/Matrix/ fixed symmetric Tsparse indexing  
4333 7020 d 4 h maechler /trunk/Matrix/ fix duplicated subassigment: A[c(1,2,1),3] <- ..  
4311 7032 d 10 h maechler /trunk/Matrix/ update; mostly for ("[", Tsparse..)"  
4305 7032 d 19 h bates /trunk/Matrix/ Remove superfluous Lapack files  
4286 7046 d 4 h maechler /trunk/Matrix/ kronecker() rationalization; more setAs(), notably to virtual classes and tT <-> gT  
4206 7062 d 0 h maechler /trunk/Matrix/ move kronecker() methods to one place; goal (not yet!): become much faster  
4199 7065 d 2 h maechler /trunk/Matrix/ + diff(.), + "dim<-"; cBind/rBind + cbind/rbind; indexing fixes - current state  
4154 7100 d 21 h bates /trunk/Matrix/ Prepare for 0.9975-11 release  
4153 7100 d 23 h bates /trunk/Matrix/ Add image method for CHMfactor class  
4133 7111 d 23 h maechler /trunk/Matrix/ update  
4132 7112 d 0 h maechler /trunk/Matrix/ eliminate infinite loop in coercions to [ln]sparseMatrix  
4130 7112 d 0 h maechler /trunk/Matrix/ more Matrix <-> SparseM  
4125 7113 d 20 h maechler /trunk/Matrix/ Rsparse coercions now all via R-level "workaround"; to and from *virtual* rather than specific classes