The R Project SVN R

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
30063 8065 d 11 h /branches/WinMake/ This commit was manufactured by cvs2svn to create branch 'WinMake'.  
29902 8075 d 18 h ripley /trunk/ add rawtype  
29410 8110 d 23 h ripley /trunk/ remove uses of capabilities("IEEE754") and IEEE_754 (except in nmath)  
29387 8112 d 9 h ripley /trunk/ branch update  
28433 8186 d 20 h ripley /trunk/src/main/ ensure NA is returned if length may overflow  
28349 8195 d 13 h ripley /trunk/ add checks for integer overflow in sizes of vector, matrix, array  
28014 8230 d 14 h ripley /trunk/ rep(0-len, length.out=n) now really does give length n
Allow 0-length data arg in both matrix() and array()
 
27297 8275 d 20 h ripley /trunk/ fix for PR#4582  
26666 8320 d 14 h ripley /trunk/ branch update  
26472 8338 d 3 h ihaka /trunk/src/main/ Seg. Violation in crossprod fixed. Comments added.  
26467 8338 d 17 h maechler /trunk/src/main/ comments only  
24735 8445 d 17 h ripley /trunk/src/ remove #ifdef-ed old code  
23236 8559 d 18 h ripley /trunk/src/ separate out zgemm.f as platforms without double complex will not be
able to compile it.
 
23175 8564 d 12 h ripley /trunk/ use BLAS routines for complex %*% and crossprod  
21875 8658 d 15 h jmc /trunk/src/ do method dispatch for matrix product functions  
18775 8897 d 11 h ripley /trunk/src/main/ preserve ydims in symmetric case  
18753 8898 d 19 h ripley /trunk/ add code for y = x case of crossprod()  
17521 8984 d 12 h ripley /trunk/src/main/ optimizations for many special cases  
17515 8985 d 12 h ripley /trunk/ first pass at colSums etc  
16707 9023 d 17 h jmc /trunk/ make formal method dispatch internal via DispatchOrEval
for primitive functions
 
15783 9100 d 4 h rgentlem /trunk/ made length generic and added an arg to DispatchOrEval  
14425 9190 d 9 h tlumley /trunk/src/main/ zero-extent matrix operations return zeroes  
13996 9214 d 12 h duncan /trunk/src/main/ Identify certain conditions for the number of rows. This was identified by running make check on Solaris with its native compiler (cc)  
13985 9214 d 22 h ripley /trunk/src/ forgot prototype for dgemm  
13942 9216 d 2 h bates /trunk/src/main/ Use dgemm in matprod and crossprod when IEEE_754 is defined.  
13214 9258 d 14 h maechler /trunk/ new quite faster aperm() from Jonathan  
12976 9282 d 19 h pd /trunk/ branch update  
11499 9377 d 8 h ripley /trunk/ Mathlib.h -> Rmath.h changes, tidy up undocumented entry points
add public R_ext/Rprint.h for Rprintf etc
 
10960 9417 d 15 h ripley /trunk/ require explict use of R_ext for headers in include/R_ext
split Graphics.h into internal Graphics.h and Devices.h and public Graphics.h
allow user-specified families in postscript()
 
10172 9486 d 8 h luke /trunk/ Merged with R-GenGC branch  
9543 9541 d 23 h ripley /trunk/src/main/ improve error message in aperm  
9147 9575 d 14 h maechler /trunk/ R_MSG_ & error[call]_return() & which.min() ...  
8628 9615 d 20 h pd /trunk/ branch update  
8505 9633 d 19 h pd /trunk/ branch update  
7886 9675 d 21 h ripley /trunk/src/main/ copyright date updates  
7701 9685 d 13 h hornik /trunk/ Renamed `Rconfig.h' to `config.h' in `src/include'.  
7081 9722 d 13 h pd /trunk/ branch update  
6994 9726 d 9 h pd /trunk/ branch update  
6206 9783 d 9 h rgentlem /trunk/ fixes for error handling  
5731 9821 d 12 h ripley /trunk/src/ remove trailing "\n" in warning(call) and error(call), as now supplied