<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>R &#x2013; /branches/R-vecpat/tests/reg-BLAS.R</title><description>WebSVN RSS feed &#x2013; R</description><lastBuildDate>Mon, 27 Jul 2026 16:28:21 +0000</lastBuildDate><generator>WebSVN 2.8.7</generator><language>en</language><link>https://svn.r-project.org/browse/R/branches/R-vecpat/tests/reg-BLAS.R?op=log&amp;max=40&amp;</link><atom:link href="https://svn.r-project.org/browse/R/branches/R-vecpat/tests/reg-BLAS.R?op=rss" rel="self" type="application/rss+xml" />
<item><pubDate>Sun, 19 Dec 2021 21:05:33 +0000</pubDate><dc:creator>murrell</dc:creator><title>Rev 81390 – Create R-vecpat</title><description>&lt;div&gt;&lt;strong&gt;murrell – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Create R-vecpat&lt;/div&gt;+ /branches/R-vecpat &lt;i&gt;(copied from /trunk@81389)&lt;/i&gt;&lt;br /&gt;</description><link>https://svn.r-project.org/browse/R/branches/R-vecpat/tests/reg-BLAS.R?op=revision&amp;rev=81390</link><guid>https://svn.r-project.org/browse/R/branches/R-vecpat/tests/reg-BLAS.R?op=revision&amp;rev=81390</guid></item>
<item><pubDate>Wed, 01 Mar 2017 15:45:56 +0000</pubDate><dc:creator>kalibera</dc:creator><title>Rev 72294 – Fix complex number multiplication in matrix product to match scalar/element-wise ...</title><description>&lt;div&gt;&lt;strong&gt;kalibera – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fix complex number multiplication in matrix product to match&lt;br /&gt;
scalar/element-wise complex number multplication in complex.c (the&lt;br /&gt;
difference was in treatment of Inf/NaN in inputs).&lt;/div&gt;~ /trunk/src/main/array.c&lt;br /&gt;~ /trunk/src/main/complex.c&lt;br /&gt;+ /trunk/src/main/Rcomplex.h&lt;br /&gt;~ /trunk/tests/reg-BLAS.R&lt;br /&gt;</description><link>https://svn.r-project.org/browse/R/branches/R-vecpat/tests/reg-BLAS.R?op=revision&amp;rev=72294</link><guid>https://svn.r-project.org/browse/R/branches/R-vecpat/tests/reg-BLAS.R?op=revision&amp;rev=72294</guid></item>
<item><pubDate>Wed, 08 Feb 2017 11:26:07 +0000</pubDate><dc:creator>kalibera</dc:creator><title>Rev 72142 – Allow selection of matprod implementations (default, internal, blas and experimental ...</title><description>&lt;div&gt;&lt;strong&gt;kalibera – 8 file(s) modified&lt;/strong&gt;&lt;br/&gt;Allow selection of matprod implementations (default, internal, blas and&lt;br /&gt;
experimental default.simd). Check inputs for NaN/Inf also for symmetrical&lt;br /&gt;
case. The default is to bypass BLAS when input may have NaN/Inf.&lt;/div&gt;~ /trunk/doc/NEWS.Rd&lt;br /&gt;~ /trunk/src/include/Defn.h&lt;br /&gt;~ /trunk/src/library/base/man/crossprod.Rd&lt;br /&gt;~ /trunk/src/library/base/man/matmult.Rd&lt;br /&gt;~ /trunk/src/library/base/man/options.Rd&lt;br /&gt;~ /trunk/src/main/array.c&lt;br /&gt;~ /trunk/src/main/options.c&lt;br /&gt;~ /trunk/tests/reg-BLAS.R&lt;br /&gt;</description><link>https://svn.r-project.org/browse/R/branches/R-vecpat/tests/reg-BLAS.R?op=revision&amp;rev=72142</link><guid>https://svn.r-project.org/browse/R/branches/R-vecpat/tests/reg-BLAS.R?op=revision&amp;rev=72142</guid></item>
<item><pubDate>Thu, 02 Feb 2017 14:18:09 +0000</pubDate><dc:creator>kalibera</dc:creator><title>Rev 72083 – Bypass ZGEMM for inputs with NaN/Inf. Fix backup C code ...</title><description>&lt;div&gt;&lt;strong&gt;kalibera – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Bypass ZGEMM for inputs with NaN/Inf. Fix backup C code for complex matprod&lt;br /&gt;
so that it does not turn NaN into NA unnecessarily.  Fix complex&lt;br /&gt;
(t)crossprod to work when Fortan and C disagree on complex numbers layout&lt;br /&gt;
(previously only cmatprod supported this).&lt;/div&gt;~ /trunk/src/main/array.c&lt;br /&gt;~ /trunk/tests/reg-BLAS.R&lt;br /&gt;</description><link>https://svn.r-project.org/browse/R/branches/R-vecpat/tests/reg-BLAS.R?op=revision&amp;rev=72083</link><guid>https://svn.r-project.org/browse/R/branches/R-vecpat/tests/reg-BLAS.R?op=revision&amp;rev=72083</guid></item>
<item><pubDate>Fri, 27 Jan 2017 10:17:18 +0000</pubDate><dc:creator>kalibera</dc:creator><title>Rev 72036 – Use DGEMV instead of DGEMM for matrix-vector and vector-matrix multiplication ...</title><description>&lt;div&gt;&lt;strong&gt;kalibera – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Use DGEMV instead of DGEMM for matrix-vector and vector-matrix&lt;br /&gt;
multiplication (performance optimization).&lt;/div&gt;~ /trunk/doc/NEWS.Rd&lt;br /&gt;~ /trunk/src/main/array.c&lt;br /&gt;~ /trunk/tests/reg-BLAS.R&lt;br /&gt;</description><link>https://svn.r-project.org/browse/R/branches/R-vecpat/tests/reg-BLAS.R?op=revision&amp;rev=72036</link><guid>https://svn.r-project.org/browse/R/branches/R-vecpat/tests/reg-BLAS.R?op=revision&amp;rev=72036</guid></item>
<item><pubDate>Sun, 14 Nov 2010 11:50:45 +0000</pubDate><dc:creator>ripley</dc:creator><title>Rev 53588 – separate out the BLAS regression tests</title><description>&lt;div&gt;&lt;strong&gt;ripley – 6 file(s) modified&lt;/strong&gt;&lt;br/&gt;separate out the BLAS regression tests&lt;/div&gt;~ /trunk/doc/manual/R-admin.texi&lt;br /&gt;~ /trunk/tests/Makefile.common&lt;br /&gt;~ /trunk/tests/Makefile.win&lt;br /&gt;+ /trunk/tests/reg-BLAS.R&lt;br /&gt;~ /trunk/tests/reg-tests-1a.R&lt;br /&gt;~ /trunk/tests/reg-tests-1b.R&lt;br /&gt;</description><link>https://svn.r-project.org/browse/R/branches/R-vecpat/tests/reg-BLAS.R?op=revision&amp;rev=53588</link><guid>https://svn.r-project.org/browse/R/branches/R-vecpat/tests/reg-BLAS.R?op=revision&amp;rev=53588</guid></item>
</channel></rss>