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
/
main
/
array.c
– 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
Clear current filter
Rev
Age
Author
Path
Log message
Diff
26795
8308 d 5 h
/branches/R-gcontext/
This commit was manufactured by cvs2svn to create branch 'R-gcontext'.
26666
8319 d 6 h
ripley
/trunk/
branch update
26472
8336 d 18 h
ihaka
/trunk/src/main/
Seg. Violation in crossprod fixed. Comments added.
26467
8337 d 9 h
maechler
/trunk/src/main/
comments only
24735
8444 d 8 h
ripley
/trunk/src/
remove #ifdef-ed old code
23236
8558 d 10 h
ripley
/trunk/src/
separate out zgemm.f as platforms without double complex will not be
able to compile it.
23175
8563 d 4 h
ripley
/trunk/
use BLAS routines for complex %*% and crossprod
21875
8657 d 6 h
jmc
/trunk/src/
do method dispatch for matrix product functions
18775
8896 d 3 h
ripley
/trunk/src/main/
preserve ydims in symmetric case
18753
8897 d 11 h
ripley
/trunk/
add code for y = x case of crossprod()
17521
8983 d 4 h
ripley
/trunk/src/main/
optimizations for many special cases
17515
8984 d 4 h
ripley
/trunk/
first pass at colSums etc
16707
9022 d 9 h
jmc
/trunk/
make formal method dispatch internal via DispatchOrEval
for primitive functions
15783
9098 d 20 h
rgentlem
/trunk/
made length generic and added an arg to DispatchOrEval
14425
9189 d 1 h
tlumley
/trunk/src/main/
zero-extent matrix operations return zeroes
13996
9213 d 4 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
9213 d 14 h
ripley
/trunk/src/
forgot prototype for dgemm
13942
9214 d 18 h
bates
/trunk/src/main/
Use dgemm in matprod and crossprod when IEEE_754 is defined.
13214
9257 d 5 h
maechler
/trunk/
new quite faster aperm() from Jonathan
12976
9281 d 11 h
pd
/trunk/
branch update
11499
9376 d 0 h
ripley
/trunk/
Mathlib.h -> Rmath.h changes, tidy up undocumented entry points
add public R_ext/Rprint.h for Rprintf etc
10960
9416 d 7 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
9484 d 23 h
luke
/trunk/
Merged with R-GenGC branch
9543
9540 d 15 h
ripley
/trunk/src/main/
improve error message in aperm
9147
9574 d 6 h
maechler
/trunk/
R_MSG_ & error[call]_return() & which.min() ...
8628
9614 d 12 h
pd
/trunk/
branch update
8505
9632 d 10 h
pd
/trunk/
branch update
7886
9674 d 13 h
ripley
/trunk/src/main/
copyright date updates
7701
9684 d 5 h
hornik
/trunk/
Renamed `Rconfig.h' to `config.h' in `src/include'.
7081
9721 d 4 h
pd
/trunk/
branch update
6994
9725 d 1 h
pd
/trunk/
branch update
6206
9782 d 1 h
rgentlem
/trunk/
fixes for error handling
5731
9820 d 4 h
ripley
/trunk/src/
remove trailing "\n" in warning(call) and error(call), as now supplied
5458
9848 d 12 h
ripley
/trunk/
change FSF address in copyrights
add some copyrights in src/gnome and elsewhere
5187
9874 d 5 h
hornik
/trunk/src/main/
Always include Rconfig.h first.
2715
10129 d 0 h
pd
/trunk/src/main/
memory fix
2506
10153 d 5 h
maechler
/trunk/src/main/
-Wall
2213
10174 d 9 h
maechler
/trunk/src/main/
7 files: -Wall..
1881
10211 d 23 h
ihaka
/trunk/src/main/
More List updates and bug fixes.
1858
10214 d 1 h
ihaka
/trunk/src/
Bugfixes for list change.