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-NaString
/
src
/
main
/
array.c
@ 63243
– Rev 16318
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
16318
9057 d 1 h
/branches/R-NaString/
This commit was manufactured by cvs2svn to create branch 'R-NaString'.
15783
9099 d 16 h
rgentlem
/trunk/
made length generic and added an arg to DispatchOrEval
14425
9189 d 21 h
tlumley
/trunk/src/main/
zero-extent matrix operations return zeroes
13996
9214 d 0 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
9214 d 10 h
ripley
/trunk/src/
forgot prototype for dgemm
13942
9215 d 14 h
bates
/trunk/src/main/
Use dgemm in matprod and crossprod when IEEE_754 is defined.
13214
9258 d 1 h
maechler
/trunk/
new quite faster aperm() from Jonathan
12976
9282 d 7 h
pd
/trunk/
branch update
11499
9376 d 20 h
ripley
/trunk/
Mathlib.h -> Rmath.h changes, tidy up undocumented entry points
add public R_ext/Rprint.h for Rprintf etc
10960
9417 d 3 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
9485 d 19 h
luke
/trunk/
Merged with R-GenGC branch
9543
9541 d 11 h
ripley
/trunk/src/main/
improve error message in aperm
9147
9575 d 2 h
maechler
/trunk/
R_MSG_ & error[call]_return() & which.min() ...
8628
9615 d 8 h
pd
/trunk/
branch update
8505
9633 d 6 h
pd
/trunk/
branch update
7886
9675 d 9 h
ripley
/trunk/src/main/
copyright date updates
7701
9685 d 1 h
hornik
/trunk/
Renamed `Rconfig.h' to `config.h' in `src/include'.
7081
9722 d 0 h
pd
/trunk/
branch update
6994
9725 d 21 h
pd
/trunk/
branch update
6206
9782 d 21 h
rgentlem
/trunk/
fixes for error handling
5731
9821 d 0 h
ripley
/trunk/src/
remove trailing "\n" in warning(call) and error(call), as now supplied
5458
9849 d 8 h
ripley
/trunk/
change FSF address in copyrights
add some copyrights in src/gnome and elsewhere
5187
9875 d 1 h
hornik
/trunk/src/main/
Always include Rconfig.h first.
2715
10129 d 20 h
pd
/trunk/src/main/
memory fix
2506
10154 d 1 h
maechler
/trunk/src/main/
-Wall
2213
10175 d 5 h
maechler
/trunk/src/main/
7 files: -Wall..
1881
10212 d 19 h
ihaka
/trunk/src/main/
More List updates and bug fixes.
1858
10214 d 21 h
ihaka
/trunk/src/
Bugfixes for list change.
1839
10218 d 10 h
ihaka
/trunk/src/
Changes to support new list (generic vector) structure.
1820
10224 d 16 h
ihaka
/trunk/src/
Updates for new list structure.
1819
10224 d 17 h
thomas
/trunk/src/main/
fixed zero extents in matrix()
1329
10283 d 23 h
thomas
/trunk/src/
matrix multiplication by vectors
1130
10319 d 7 h
maechler
/trunk/src/main/
ifdef-out unused functions (-Wall)
1073
10334 d 0 h
thomas
/trunk/
zero-extent matrices
1026
10339 d 9 h
ihaka
/trunk/
Exchanged our internal dataframe code for Chambers' interpreted code
(with his permission). This is a BIG change.
1016
10344 d 0 h
maechler
/trunk/src/
Lots (not all) of -Wall fixes
968
10354 d 21 h
ihaka
/trunk/src/
Conditional compilation based on COMPLEX_DATA removed.
785
10378 d 22 h
pd
/trunk/src/
Updated from 0.61.2 branch.
580
10420 d 16 h
ihaka
/trunk/src/
Changes to support differentation of NaN and NA and to ensure
that these values propage correctly. Changes to printing.
571
10422 d 19 h
ihaka
/trunk/
IEEE modifications.