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
26797 8308 d 21 h bates /trunk/src/ Add tolerance check to Lapack-based solve  
25290 8408 d 5 h bates /trunk/src/ Added Lapack-based determinant and (temporarily) ndet functions  
23185 8563 d 2 h ripley /trunk/ add double LAPACK versions of solve.default and QR routines  
20897 8748 d 7 h bates /trunk/ Added La.chol and La.chol2inv  
19500 8855 d 3 h hornik /trunk/ Use system header file '#include <foo.h>' for R API headers.  
17056 9004 d 0 h ripley /trunk/ faster LAPACK routines
remove .Alias
 
14945 9150 d 7 h duncan /trunk/src/ The modules now explicitly register their function pointers rather than have the centralized loader resolve the symbols dynamically by looking in the shared library. This was motivated by the failure on the Dec T Tru64 reported by Brad McNeney. However, it is just a good thing to do as it reduces the dependency on the operating systems linker and dynamic loader and is more in keeping with the registration of native routines introduced recently. Tested on RH, YDL, Solaris. Needs checking on the Mac and Windows. Also needs to be verified on a machine without X11