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
16318 9057 d 2 h /branches/R-NaString/ This commit was manufactured by cvs2svn to create branch 'R-NaString'.  
15716 9102 d 23 h ripley /trunk/src/ add DLL import/export flags and remove globalvars.h (from Windows port)  
15508 9112 d 19 h pd /trunk/ patch update  
14409 9190 d 7 h ripley /trunk/ move sockets and internet to a module  
14286 9199 d 4 h ripley /trunk/src/modules/lapack/ move lapack routines to four larger files  
14240 9200 d 5 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
 
14213 9202 d 9 h ripley /trunk/ sort out f2c case for double complex (it works)
and remove -pedantic on Windows for src/modules/lapack
 
14195 9203 d 9 h ripley /trunk/src/modules/lapack/ Can't use complex*16 arithmetic on Windows  
14180 9204 d 4 h ripley /trunk/ add lapack module, La.svd and La.eigen, and make use of them