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
88200 439 d 23 h smeyer /trunk/ fix typos, including from PR#18890  
/trunk/doc/NEWS.1
/trunk/doc/NEWS.2
/trunk/doc/NEWS.3
/trunk/doc/NEWS.3.Rd
/trunk/doc/html/NEWS.3.html
/trunk/doc/manual/R-exts.texi
/trunk/src/library/datasets/man/penguins.Rd
/trunk/src/library/datasets/man/treering.Rd
/trunk/src/library/datasets/man/zCO2.Rd
/trunk/src/library/utils/man/untar.Rd
/trunk/tests/Embedding/Rpostscript.c
/trunk/tests/Pkgs/PR17501/man/donttest.Rd
/trunk/tests/complex.R
/trunk/tests/complex.Rout.save
/trunk/tests/datetime2.R
/trunk/tests/datetime2.Rout.save
/trunk/tests/lapack.R
/trunk/tests/lapack.Rout.save
/trunk/tests/print-tests.R
/trunk/tests/print-tests.Rout.save
/trunk/tests/reg-BLAS.R
/trunk/tests/reg-S4.R
/trunk/tests/reg-S4.Rout.save
/trunk/tests/reg-encodings.R
/trunk/tests/reg-large.R
/trunk/tests/reg-plot.R
/trunk/tests/reg-tests-1a.R
/trunk/tests/reg-tests-1b.R
/trunk/tests/reg-tests-1c.R
/trunk/tests/reg-tests-1d.R
/trunk/tests/reg-tests-1e.R
/trunk/tests/reg-tests-2.R
/trunk/tests/reg-tests-2.Rout.save
72294 3434 d 19 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
72142 3455 d 23 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 3461 d 20 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
72036 3468 d 0 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
53588 5733 d 23 h ripley /trunk/ separate out the BLAS regression tests  
/trunk/tests/reg-BLAS.R
/trunk/doc/manual/R-admin.texi
/trunk/tests/Makefile.common
/trunk/tests/Makefile.win
/trunk/tests/reg-tests-1a.R
/trunk/tests/reg-tests-1b.R