The R Project SVN R

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
82735 1435 d 12 h murrell /branches/R-typeset/ Create R-typeset  
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).
 
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.
 
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).
 
72036 3468 d 0 h kalibera /trunk/ Use DGEMV instead of DGEMM for matrix-vector and vector-matrix
multiplication (performance optimization).
 
53588 5733 d 23 h ripley /trunk/ separate out the BLAS regression tests