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
5017 6698 d 2 h maechler /trunk/Matrix/ BunchKaufman(); fix <ddi> o <numeric> bug; Version++  
4904 6760 d 7 h maechler /trunk/Matrix/ + "Schur" class and many more Schur methods  
4668 6942 d 3 h maechler /trunk/Matrix/ (mostly) patches from Brian re potential changes in R-devel  
4573 6959 d 18 h maechler /trunk/Matrix/ Rsparse validation methods; finally make use of slot_dup() macro; fix R_to_C (symmetric)  
4565 6961 d 0 h maechler /trunk/Matrix/ merge 'branches/Matrix-APIchange' back into the trunk  
4499 6974 d 7 h maechler /trunk/Matrix/src/ use template instead of huge macro for [diln]gcMatrix_colSums  
4483 6978 d 1 h maechler /trunk/Matrix/ colSums, ... rowMeans for all Matrices; notably sparse ones via [diln]gCMatrix_colSums C code  
4473 6979 d 1 h bates /trunk/Matrix/src/ Modified dgCMatrix_colSums for sparseVector result  
4466 6981 d 1 h bates /trunk/Matrix/ added dgCMatrix_colSums for [col,row][Sums,Means]  
4460 6981 d 23 h bates /trunk/Matrix/ added lm.fit.sparse (unexported), coercion of "factor" to dgCMatrix and dgCMatrix_cholsol  
4418 6993 d 0 h bates /trunk/Matrix/src/ Remove warnings after change to const char* CHAR  
4154 7100 d 21 h bates /trunk/Matrix/ Prepare for 0.9975-11 release  
4136 7110 d 23 h maechler /trunk/Matrix/ forgot free(.) in R_to_C; other cosmetic  
4131 7112 d 0 h maechler /trunk/Matrix/ port Doug`s fix to R_to_CMatrix and reactivate .Call()s  
4128 7112 d 19 h bates /trunk/Matrix/src/ Use strdup, not automatic character arrays  
4125 7113 d 20 h maechler /trunk/Matrix/ Rsparse coercions now all via R-level "workaround"; to and from *virtual* rather than specific classes  
4107 7118 d 20 h maechler /trunk/Matrix/ more revisiting "FIXME"..  
4104 7118 d 21 h maechler /trunk/Matrix/ many more coercions for diag(), "!", etc; see ChangeLog  
3959 7202 d 20 h maechler /trunk/Matrix/ host of changes; mostly indexing(sub-set & -assign) for symmetric and [ cbind(i,j) ]  
3944 7207 d 4 h maechler /trunk/Matrix/ 2nd round of cleanup for <sparse>_validate()  
3943 7207 d 6 h maechler /trunk/Matrix/ tcrossprod(<Csp>, <Csp>); dimnames for [t]crossprod; validity now ensures correct length(Dimnames[[j]])  
3933 7210 d 0 h maechler /trunk/Matrix/ another set of fixes/improvements; the last prompted by Harri Kiiveri  
3931 7213 d 0 h maechler /trunk/Matrix/ miscellaneous "fixes" mostly in ChangeLog and/or related to diagonalMatrix  
3835 7241 d 7 h maechler /trunk/Matrix/src/ comments & not_yet code  
3766 7257 d 2 h bates /trunk/Matrix/src/ Move checks on column sorting of CsparseMatrix objects to Csparse_validate  
3520 7271 d 19 h bates /trunk/Matrix/ Promotion of %*% and solve to RHS of ddenseMatrix  
3502 7275 d 14 h bates /trunk/Matrix/ Move methods to the CsparseMatrix class  
3484 7277 d 1 h maechler /trunk/Matrix/ eliminate classed argument from dup_mM*() and dependencies  
3454 7279 d 16 h bates /trunk/Matrix/src/ Use dup_mMatrix_as_dgeMatrix  
3439 7281 d 14 h bates /trunk/Matrix/src/ Check length of q before trying to store it  
3422 7283 d 19 h bates /trunk/Matrix/ Added solve methods for dgCMatrix and documentation  
3420 7284 d 3 h bates /trunk/Matrix/ add sparse LU and QR decompositions  
3416 7285 d 14 h bates /trunk/Matrix/src/ Repaired Matrix_cs_as_SEXP, cosmetic changes in dgCMatrix_QR  
3415 7285 d 19 h bates /trunk/Matrix/ Adding dgCMatrix_{lusol,qrsol,QR} but QR still not working  
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  
3310 7322 d 1 h maechler /trunk/Matrix/ miscellaneous small things, including extended tests; see also ChangeLog  
2240 7491 d 19 h bates /trunk/Matrix/src/ Free memory allocated in csc_tcrossprod  
2238 7492 d 21 h bates /trunk/Matrix/src/ Use cholmod_copy in csc_tcrossprod  
2200 7497 d 20 h bates /trunk/Matrix/ Removing rcond slot from Matrix objects