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
5028 6695 d 0 h maechler /trunk/Matrix/ rcond(., norm) instead of (., type)  
4738 6921 d 3 h maechler /trunk/Matrix/R/ finally can replace s/ncol = n/ncol/ in diag() methods  
4286 7046 d 3 h maechler /trunk/Matrix/ kronecker() rationalization; more setAs(), notably to virtual classes and tT <-> gT  
4104 7118 d 20 h maechler /trunk/Matrix/ many more coercions for diag(), "!", etc; see ChangeLog  
4095 7124 d 23 h maechler /trunk/Matrix/ nnzero(), length(), "Ops" & "Logic", many more setAs(); misc.fixes  
3520 7271 d 18 h bates /trunk/Matrix/ Promotion of %*% and solve to RHS of ddenseMatrix  
3501 7275 d 20 h maechler /trunk/Matrix/ use setAs("ddenseMatrix", "dgeMatrix", *) instead of older specific ones  
3172 7370 d 9 h maechler /trunk/Matrix/ useDynlib(*, .registration=TRUE)  
3034 7423 d 21 h maechler /trunk/Matrix/ coercions from dgC to triangular (dtC) and symmetric (dsC), etc  
2208 7496 d 21 h maechler /trunk/Matrix/ make Matrix() "smart" -- with help of quite a few new setAs(. , .) settings  
1998 7562 d 19 h bates /trunk/Matrix/R/ Adding PACKAGE = to .Call  
1321 7787 d 23 h bates /trunk/Matrix/ Moving methods for operations with numeric to the Matrix class and with integer to the dMatrix class  
1287 7803 d 0 h maechler /trunk/Matrix/ more %*% and setAs(); tests too  
1272 7804 d 16 h bates /trunk/Matrix/ 'unpack' methods  
1258 7808 d 23 h maechler /trunk/Matrix/ more %*% methods; some dimnames in C (untested); checks extended  
1230 7814 d 23 h maechler /trunk/Matrix/R/ add more %*% methods  
1222 7815 d 4 h bates /trunk/Matrix/ Define %*% method for dtpMatrix and matrix properly  
1209 7815 d 21 h bates /trunk/Matrix/ Methods and coercions for the dtpMatrix class