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
4972 6718 d 16 h maechler /trunk/Matrix/ use diagU2N in more places; also new Tsparse_diagU2N()  
4909 6756 d 18 h maechler /trunk/Matrix/ new .Call(Tsparse_to_tCsparse,*)  
4565 6960 d 21 h maechler /trunk/Matrix/ merge 'branches/Matrix-APIchange' back into the trunk  
4418 6992 d 21 h bates /trunk/Matrix/src/ Remove warnings after change to const char* CHAR  
4093 7124 d 21 h maechler /trunk/Matrix/src/ + SET_Dimnames; more dimnames setting and other cosmetic  
3944 7207 d 1 h maechler /trunk/Matrix/ 2nd round of cleanup for <sparse>_validate()  
3755 7258 d 16 h maechler /trunk/Matrix/ new nMatrix and subclasses; lsparse change to have x slot; many consequences  
3401 7288 d 21 h bates /trunk/Matrix/ Generalize conversions  
2172 7501 d 11 h bates /trunk/Matrix/src/ Change malloc to Calloc in chm_common.c and correspondingly free to Free there and elsewhere  
2022 7550 d 16 h bates /trunk/Matrix/ Matrix multiplication and coersion at higher level  
1986 7564 d 23 h maechler /trunk/Matrix/src/ use free() to clean up after as_cholmod_*() since these use malloc() - as in Brian`s patch  
1830 7616 d 22 h bates /trunk/Matrix/ Added CHOLMOD-based C functions. Still need methods defined in R and some error checking