R
R-packages
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
The R Project SVN
R
(root)
/
branches
/
R-gcontext
/
src
/
modules
/
lapack
/
Makefile.win
– Rev 26795
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
26795
8308 d 4 h
/branches/R-gcontext/
This commit was manufactured by cvs2svn to create branch 'R-gcontext'.
22553
8608 d 12 h
ripley
/trunk/src/modules/lapack/
adding missing dependency for dllversion.o and Rlapackrc.o
22546
8609 d 2 h
ripley
/trunk/src/modules/lapack/
add full double-precision LAPACK.
link BLAS into libRlapack.so, useful for static ATLAS
22528
8610 d 3 h
ripley
/trunk/src/modules/lapack/
tidy up better
22526
8610 d 3 h
ripley
/trunk/src/
put R's lapack routines in a shared library, currently only on Windows
22519
8610 d 6 h
ripley
/trunk/src/modules/lapack/
separate out the renamed routines rsyev(r)
22135
8640 d 4 h
ripley
/trunk/src/modules/lapack/
tidy up
22132
8640 d 11 h
ripley
/trunk/src/modules/lapack/
separate out altered LAPACK files
17488
8985 d 22 h
ripley
/trunk/src/
libRm.a is now additional to libR.a
Use Rblas.dll.
17390
8992 d 14 h
ripley
/trunk/src/modules/
missing version dependency
15716
9102 d 2 h
ripley
/trunk/src/
add DLL import/export flags and remove globalvars.h (from Windows port)
15508
9111 d 21 h
pd
/trunk/
patch update
14409
9189 d 9 h
ripley
/trunk/
move sockets and internet to a module
14286
9198 d 6 h
ripley
/trunk/src/modules/lapack/
move lapack routines to four larger files
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
14213
9201 d 12 h
ripley
/trunk/
sort out f2c case for double complex (it works)
and remove -pedantic on Windows for src/modules/lapack
14195
9202 d 11 h
ripley
/trunk/src/modules/lapack/
Can't use complex*16 arithmetic on Windows
14180
9203 d 6 h
ripley
/trunk/
add lapack module, La.svd and La.eigen, and make use of them