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-3-4-branch
/
src
/
main
/
array.c
– Rev 73230
Rev
Hide 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
Changes
73230
3241 d 1 h
maechler
/branches/R-3-4-branch/
ported r73160 [array(<empty)] from trunk
/branches/R-3-4-branch/doc/NEWS.Rd
/branches/R-3-4-branch/src/main/array.c
72387
3412 d 17 h
pd
/branches/R-3-4-branch/
Create R-3-4-branch
/branches/R-3-4-branch
72383
3414 d 6 h
morgan
/trunk/src/main/
do_length() missing PROTECT()
- ans unprotected when coerceVector() called
/trunk/src/main/array.c
72294
3435 d 0 h
kalibera
/trunk/
Fix complex number multiplication in matrix product to match
scalar/element-wise complex number multplication in complex.c (the
difference was in treatment of Inf/NaN in inputs).
/trunk/src/main/Rcomplex.h
/trunk/src/main/array.c
/trunk/src/main/complex.c
/trunk/tests/reg-BLAS.R
72179
3449 d 7 h
kalibera
/trunk/
Do not check _OPENMP value as it is unreliable with some compilers.
/trunk/configure
/trunk/m4/R.m4
/trunk/src/main/array.c
72174
3450 d 5 h
kalibera
/trunk/
Configure check for OpenMP4 SIMD reduction.
/trunk/configure
/trunk/configure.ac
/trunk/m4/R.m4
/trunk/src/include/config.h.in
/trunk/src/main/array.c
72154
3454 d 5 h
ripley
/trunk/src/
add casts for gcc
/trunk/src/library/methods/src/methods_list_dispatch.c
/trunk/src/main/array.c
72153
3454 d 5 h
ripley
/trunk/src/main/
add some explicit casts
/trunk/src/main/array.c
72142
3456 d 4 h
kalibera
/trunk/
Allow selection of matprod implementations (default, internal, blas and
experimental default.simd). Check inputs for NaN/Inf also for symmetrical
case. The default is to bypass BLAS when input may have NaN/Inf.
/trunk/doc/NEWS.Rd
/trunk/src/include/Defn.h
/trunk/src/library/base/man/crossprod.Rd
/trunk/src/library/base/man/matmult.Rd
/trunk/src/library/base/man/options.Rd
/trunk/src/main/array.c
/trunk/src/main/options.c
/trunk/tests/reg-BLAS.R
72083
3462 d 2 h
kalibera
/trunk/
Bypass ZGEMM for inputs with NaN/Inf. Fix backup C code for complex matprod
so that it does not turn NaN into NA unnecessarily. Fix complex
(t)crossprod to work when Fortan and C disagree on complex numbers layout
(previously only cmatprod supported this).
/trunk/src/main/array.c
/trunk/tests/reg-BLAS.R
72059
3465 d 2 h
kalibera
/trunk/src/main/
Bypass BLAS DGEMM/DGEMV in crossprod and tcrossprod when the input has NaN
or Inf. Previously this was done only in matprod. Fix mayHaveNaNOrInf for
long vectors.
/trunk/src/main/array.c
72036
3468 d 6 h
kalibera
/trunk/
Use DGEMV instead of DGEMM for matrix-vector and vector-matrix
multiplication (performance optimization).
/trunk/doc/NEWS.Rd
/trunk/src/main/array.c
/trunk/tests/reg-BLAS.R
72020
3472 d 2 h
kalibera
/trunk/src/main/
Use simple C implementation instead of DGEMM in matprod also when the input
has Inf values (previously only NaN). Use a fast NaN/Inf checking loop
(from pqR with slight modification).
/trunk/src/main/array.c
71956
3485 d 4 h
ripley
/trunk/
update dates
/trunk/configure.ac
/trunk/m4/R.m4
/trunk/src/include/Defn.h
/trunk/src/include/Rinterface.h
/trunk/src/include/Rinternals.h
/trunk/src/library/base/man/NULL.Rd
/trunk/src/library/base/man/attr.Rd
/trunk/src/library/base/man/attributes.Rd
/trunk/src/library/base/man/c.Rd
/trunk/src/library/base/man/class.Rd
/trunk/src/library/methods/R/methodsTable.R
/trunk/src/library/methods/man/NextMethod.Rd
/trunk/src/library/methods/man/validObject.Rd
/trunk/src/library/tools/R/urltools.R
/trunk/src/library/utils/man/globalVariables.Rd
/trunk/src/main/array.c
/trunk/src/main/dounzip.c
/trunk/src/main/envir.c
/trunk/src/main/errors.c
/trunk/src/main/eval.c
/trunk/src/main/match.c
/trunk/src/main/platform.c
/trunk/src/main/printutils.c
/trunk/src/main/subassign.c
/trunk/src/main/util.c
71927
3488 d 0 h
lawrence
/trunk/src/main/
fix c71907
/trunk/src/main/array.c
71907
3490 d 16 h
lawrence
/trunk/src/main/
lengths() carries over dim and dimnames attributes
/trunk/src/main/array.c
70665
3715 d 23 h
maechler
/trunk/
diag(x, nr=3) now keeps typeof(x), also for logical, integer and raw
/trunk/doc/NEWS.Rd
/trunk/src/library/base/man/diag.Rd
/trunk/src/main/array.c
70543
3745 d 18 h
murdoch
/trunk/
Missed type checking before using LENGTH(). (PR#16853)
/trunk/doc/NEWS.Rd
/trunk/src/main/array.c
70312
3790 d 6 h
ripley
/trunk/src/main/
attempt to make this compile on 32-bit systems
/trunk/src/main/array.c
70308
3790 d 16 h
lawrence
/trunk/src/
dispatch_length() ensures short length, use dispatch_xlength() for
long vectors
/trunk/src/include/Defn.h
/trunk/src/main/array.c
←Prev
1
2
Next→
Show All