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
@ 77458
– 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 16 h
/branches/R-NaString/
This commit was manufactured by cvs2svn to create branch 'R-NaString'.
15783
9100 d 7 h
rgentlem
/trunk/
made length generic and added an arg to DispatchOrEval
14425
9190 d 11 h
tlumley
/trunk/src/main/
zero-extent matrix operations return zeroes
13996
9214 d 14 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
9215 d 0 h
ripley
/trunk/src/
forgot prototype for dgemm
13942
9216 d 4 h
bates
/trunk/src/main/
Use dgemm in matprod and crossprod when IEEE_754 is defined.
13214
9258 d 16 h
maechler
/trunk/
new quite faster aperm() from Jonathan
12976
9282 d 22 h
pd
/trunk/
branch update
11499
9377 d 11 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 17 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
9486 d 10 h
luke
/trunk/
Merged with R-GenGC branch
9543
9542 d 1 h
ripley
/trunk/src/main/
improve error message in aperm
9147
9575 d 16 h
maechler
/trunk/
R_MSG_ & error[call]_return() & which.min() ...
8628
9615 d 23 h
pd
/trunk/
branch update
8505
9633 d 21 h
pd
/trunk/
branch update
7886
9676 d 0 h
ripley
/trunk/src/main/
copyright date updates
7701
9685 d 15 h
hornik
/trunk/
Renamed `Rconfig.h' to `config.h' in `src/include'.
7081
9722 d 15 h
pd
/trunk/
branch update
6994
9726 d 11 h
pd
/trunk/
branch update
6206
9783 d 11 h
rgentlem
/trunk/
fixes for error handling
5731
9821 d 15 h
ripley
/trunk/src/
remove trailing "\n" in warning(call) and error(call), as now supplied
5458
9849 d 22 h
ripley
/trunk/
change FSF address in copyrights
add some copyrights in src/gnome and elsewhere
5187
9875 d 15 h
hornik
/trunk/src/main/
Always include Rconfig.h first.
2715
10130 d 11 h
pd
/trunk/src/main/
memory fix
2506
10154 d 15 h
maechler
/trunk/src/main/
-Wall
2213
10175 d 19 h
maechler
/trunk/src/main/
7 files: -Wall..
1881
10213 d 10 h
ihaka
/trunk/src/main/
More List updates and bug fixes.
1858
10215 d 12 h
ihaka
/trunk/src/
Bugfixes for list change.
1839
10219 d 1 h
ihaka
/trunk/src/
Changes to support new list (generic vector) structure.
1820
10225 d 7 h
ihaka
/trunk/src/
Updates for new list structure.
1819
10225 d 8 h
thomas
/trunk/src/main/
fixed zero extents in matrix()
1329
10284 d 14 h
thomas
/trunk/src/
matrix multiplication by vectors
1130
10319 d 22 h
maechler
/trunk/src/main/
ifdef-out unused functions (-Wall)
1073
10334 d 15 h
thomas
/trunk/
zero-extent matrices
1026
10339 d 23 h
ihaka
/trunk/
Exchanged our internal dataframe code for Chambers' interpreted code
(with his permission). This is a BIG change.
1016
10344 d 15 h
maechler
/trunk/src/
Lots (not all) of -Wall fixes
968
10355 d 12 h
ihaka
/trunk/src/
Conditional compilation based on COMPLEX_DATA removed.
785
10379 d 12 h
pd
/trunk/src/
Updated from 0.61.2 branch.
580
10421 d 6 h
ihaka
/trunk/src/
Changes to support differentation of NaN and NA and to ensure
that these values propage correctly. Changes to printing.
571
10423 d 9 h
ihaka
/trunk/
IEEE modifications.