The R Project SVN R

Rev

Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
78076 2313 d 17 h pd /branches/R-4-0-branch/ Create R-4-0-branch  
/branches/R-4-0-branch
77888 2337 d 21 h hornik /trunk/src/ Add annotation for internal generics.  
/trunk/src/library/base/man/InternalMethods.Rd
/trunk/src/main/array.c
/trunk/src/main/attrib.c
/trunk/src/main/bind.c
/trunk/src/main/builtin.c
/trunk/src/main/character.c
/trunk/src/main/coerce.c
/trunk/src/main/envir.c
/trunk/src/main/seq.c
/trunk/src/main/sort.c
/trunk/src/main/subassign.c
/trunk/src/main/subset.c
77496 2429 d 1 h maechler /trunk/src/main/ more helpful error msg  
/trunk/src/main/array.c
/trunk/src/main/attrib.c
76585 2622 d 4 h ripley /trunk/src/ optionally pass character lengths from C to BLAS/LAPACK  
/trunk/src/include/R_ext/BLAS.h
/trunk/src/include/R_ext/Lapack.h
/trunk/src/library/stats/src/rWishart.c
/trunk/src/main/array.c
/trunk/src/main/print.c
/trunk/src/modules/lapack/Lapack.c
76540 2625 d 10 h ripley /trunk/src/main/ only need BLAS.h from Applic.h  
/trunk/src/main/array.c
76535 2626 d 5 h ripley /trunk/src/main/ add comment about BLAS calls  
/trunk/src/main/array.c
/trunk/src/main/print.c
75534 2824 d 19 h luke /trunk/ Use ALTREP wrappers to avoid data duplication drop, structure, unclass, unname.  
/trunk/doc/NEWS.Rd
/trunk/src/library/base/R/structure.R
/trunk/src/library/base/R/unname.R
/trunk/src/main/array.c
/trunk/src/main/attrib.c
/trunk/src/main/objects.c
75325 2868 d 20 h ripley /trunk/src/main/ avoid warning on 64-bit platforms  
/trunk/src/main/array.c
75324 2868 d 20 h maechler /trunk/ .col(d) & .row(d) allow "double" d  
/trunk/doc/NEWS.Rd
/trunk/src/library/base/man/col.Rd
/trunk/src/library/base/man/row.Rd
/trunk/src/main/array.c
74030 3127 d 6 h kalibera /trunk/src/main/ Fix return type in 74029.  
/trunk/src/main/array.c
74029 3127 d 6 h kalibera /trunk/src/main/ Protect fixes.  
/trunk/src/main/array.c
/trunk/src/main/names.c
73160 3252 d 19 h maechler /trunk/ array(""[0], 1) now gives NA  
/trunk/doc/NEWS.Rd
/trunk/src/main/array.c
/trunk/tests/reg-tests-1d.R
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 5 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

Show All