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
4558 6961 d 1 h maechler /branches/Matrix-APIchange/ more R_CheckStack()s  
4556 6961 d 16 h bates /branches/Matrix-APIchange/src/ Define and use the Alloca macro (like Calloc but calling alloca)  
4543 6962 d 22 h bates /branches/Matrix-APIchange/src/ CSP typedef for *cs and macro AS_CSP  
4530 6966 d 1 h bates /branches/Matrix-APIchange/ API change - pass the empty structure to the as_cholmod_x functions  
4529 6966 d 1 h bates /branches/Matrix-APIchange/ Creating a branch for the API changes from the 0.99875 series to the 0.999375 series  
4499 6974 d 5 h maechler /trunk/Matrix/src/ use template instead of huge macro for [diln]gcMatrix_colSums  
4483 6977 d 22 h maechler /trunk/Matrix/ colSums, ... rowMeans for all Matrices; notably sparse ones via [diln]gCMatrix_colSums C code  
4473 6978 d 22 h bates /trunk/Matrix/src/ Modified dgCMatrix_colSums for sparseVector result  
4466 6980 d 23 h bates /trunk/Matrix/ added dgCMatrix_colSums for [col,row][Sums,Means]  
4460 6981 d 20 h bates /trunk/Matrix/ added lm.fit.sparse (unexported), coercion of "factor" to dgCMatrix and dgCMatrix_cholsol  
4418 6992 d 21 h bates /trunk/Matrix/src/ Remove warnings after change to const char* CHAR  
4154 7100 d 19 h bates /trunk/Matrix/ Prepare for 0.9975-11 release  
4136 7110 d 21 h maechler /trunk/Matrix/ forgot free(.) in R_to_C; other cosmetic  
4131 7111 d 22 h maechler /trunk/Matrix/ port Doug`s fix to R_to_CMatrix and reactivate .Call()s  
4128 7112 d 17 h bates /trunk/Matrix/src/ Use strdup, not automatic character arrays  
4125 7113 d 17 h maechler /trunk/Matrix/ Rsparse coercions now all via R-level "workaround"; to and from *virtual* rather than specific classes  
4107 7118 d 17 h maechler /trunk/Matrix/ more revisiting "FIXME"..  
4104 7118 d 18 h maechler /trunk/Matrix/ many more coercions for diag(), "!", etc; see ChangeLog  
3959 7202 d 18 h maechler /trunk/Matrix/ host of changes; mostly indexing(sub-set & -assign) for symmetric and [ cbind(i,j) ]  
3944 7207 d 1 h maechler /trunk/Matrix/ 2nd round of cleanup for <sparse>_validate()  
3943 7207 d 4 h maechler /trunk/Matrix/ tcrossprod(<Csp>, <Csp>); dimnames for [t]crossprod; validity now ensures correct length(Dimnames[[j]])  
3933 7209 d 21 h maechler /trunk/Matrix/ another set of fixes/improvements; the last prompted by Harri Kiiveri  
3931 7212 d 22 h maechler /trunk/Matrix/ miscellaneous "fixes" mostly in ChangeLog and/or related to diagonalMatrix  
3835 7241 d 5 h maechler /trunk/Matrix/src/ comments & not_yet code  
3766 7257 d 0 h bates /trunk/Matrix/src/ Move checks on column sorting of CsparseMatrix objects to Csparse_validate  
3520 7271 d 16 h bates /trunk/Matrix/ Promotion of %*% and solve to RHS of ddenseMatrix  
3502 7275 d 11 h bates /trunk/Matrix/ Move methods to the CsparseMatrix class  
3484 7276 d 22 h maechler /trunk/Matrix/ eliminate classed argument from dup_mM*() and dependencies  
3454 7279 d 14 h bates /trunk/Matrix/src/ Use dup_mMatrix_as_dgeMatrix  
3439 7281 d 11 h bates /trunk/Matrix/src/ Check length of q before trying to store it  
3422 7283 d 16 h bates /trunk/Matrix/ Added solve methods for dgCMatrix and documentation  
3420 7284 d 1 h bates /trunk/Matrix/ add sparse LU and QR decompositions  
3416 7285 d 11 h bates /trunk/Matrix/src/ Repaired Matrix_cs_as_SEXP, cosmetic changes in dgCMatrix_QR  
3415 7285 d 16 h bates /trunk/Matrix/ Adding dgCMatrix_{lusol,qrsol,QR} but QR still not working  
3404 7286 d 20 h bates /trunk/Matrix/ Use CHOLMOD code for general methods at CsparseMatrix, TsparseMatrix, denseMatrix or matrix level when possible  
3401 7288 d 21 h bates /trunk/Matrix/ Generalize conversions  
3310 7321 d 22 h maechler /trunk/Matrix/ miscellaneous small things, including extended tests; see also ChangeLog  
2240 7491 d 17 h bates /trunk/Matrix/src/ Free memory allocated in csc_tcrossprod  
2238 7492 d 19 h bates /trunk/Matrix/src/ Use cholmod_copy in csc_tcrossprod  
2200 7497 d 17 h bates /trunk/Matrix/ Removing rcond slot from Matrix objects