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 8064 d 2 h /branches/WinMake/ This commit was manufactured by cvs2svn to create branch 'WinMake'.  
26797 8307 d 22 h bates /trunk/src/ Add tolerance check to Lapack-based solve  
25303 8406 d 12 h ripley /trunk/src/ tweaks to LAPACK-based det function  
25290 8407 d 5 h bates /trunk/src/ Added Lapack-based determinant and (temporarily) ndet functions  
25241 8410 d 13 h ripley /trunk/ branch update  
23185 8562 d 2 h ripley /trunk/ add double LAPACK versions of solve.default and QR routines  
22570 8607 d 8 h ripley /trunk/ attempt to add support for libRlapack on AIX
updates of docs.
 
22142 8639 d 2 h ripley /trunk/ make --without-lapack the default
attempt to work around problems with libsunperf on 64-bit Solaris
 
22133 8640 d 7 h ripley /trunk/ allow use of external LAPACK, tested with SunPerf  
22132 8640 d 12 h ripley /trunk/src/modules/lapack/ separate out altered LAPACK files  
20897 8747 d 7 h bates /trunk/ Added La.chol and La.chol2inv  
19500 8854 d 3 h hornik /trunk/ Use system header file '#include <foo.h>' for R API headers.  
17290 8997 d 3 h ripley /trunk/src/modules/lapack/ rename to avoid name problems with libsunperf on 64-bit Solaris  
17059 9003 d 0 h ripley /trunk/src/modules/lapack/ error in prototype for Fortran  
17058 9003 d 0 h ripley /trunk/src/modules/lapack/ mis-declaration  
17056 9003 d 0 h ripley /trunk/ faster LAPACK routines
remove .Alias
 
14240 9199 d 8 h ripley /trunk/src/ LAPACK complex eigenvalue routines in La.eigen
allow svd to handle complex case via La.svd
use R_alloc not Calloc (avoids leaks from error calls in LAPACK)
general tidying up of La.svd/La.eigen
 
14220 9201 d 4 h ripley /trunk/ lots more complex functionality using LAPACK  
14194 9202 d 12 h ripley /trunk/ add LAPACK routines for solve() on complex objects  
14180 9203 d 7 h ripley /trunk/ add lapack module, La.svd and La.eigen, and make use of them