<?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-packages &#x2013; /branches/Matrix-APIchange/R/sparseVector.R</title><description>WebSVN RSS feed &#x2013; R-packages</description><lastBuildDate>Mon, 27 Jul 2026 18:57:32 +0000</lastBuildDate><generator>WebSVN 2.8.7</generator><language>en</language><link>https://svn.r-project.org/browse/R-packages/branches/Matrix-APIchange/R/sparseVector.R?op=log&amp;max=40&amp;peg=4549</link><atom:link href="https://svn.r-project.org/browse/R-packages/branches/Matrix-APIchange/R/sparseVector.R?op=rss&amp;peg=4549" rel="self" type="application/rss+xml" />
<item><pubDate>Sun, 01 Jul 2007 13:27:16 +0000</pubDate><dc:creator>bates</dc:creator><title>Rev 4529 – Creating a branch for the API changes from the 0.99875 ...</title><description>&lt;div&gt;&lt;strong&gt;bates – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Creating a branch for the API changes from the 0.99875 series to the 0.999375 series&lt;/div&gt;+ /branches/Matrix-APIchange &lt;i&gt;(copied from /trunk/Matrix@4528)&lt;/i&gt;&lt;br /&gt;</description><link>https://svn.r-project.org/browse/R-packages/branches/Matrix-APIchange/R/sparseVector.R?op=revision&amp;rev=4529&amp;peg=4549</link><guid>https://svn.r-project.org/browse/R-packages/branches/Matrix-APIchange/R/sparseVector.R?op=revision&amp;rev=4529&amp;peg=4549</guid></item>
<item><pubDate>Sat, 23 Jun 2007 18:08:48 +0000</pubDate><dc:creator>maechler</dc:creator><title>Rev 4501 – xsparseVector etc (smarter coercions)</title><description>&lt;div&gt;&lt;strong&gt;maechler – 11 file(s) modified&lt;/strong&gt;&lt;br/&gt;xsparseVector etc (smarter coercions)&lt;/div&gt;~ /trunk/Matrix/ChangeLog&lt;br /&gt;~ /trunk/Matrix/Done&lt;br /&gt;~ /trunk/Matrix/inst/doc/Intro2Matrix.Rnw&lt;br /&gt;~ /trunk/Matrix/man/colSums.Rd&lt;br /&gt;~ /trunk/Matrix/man/sparseVector-class.Rd&lt;br /&gt;~ /trunk/Matrix/NAMESPACE&lt;br /&gt;~ /trunk/Matrix/R/AllClass.R&lt;br /&gt;~ /trunk/Matrix/R/Auxiliaries.R&lt;br /&gt;~ /trunk/Matrix/R/colSums.R&lt;br /&gt;~ /trunk/Matrix/R/sparseVector.R&lt;br /&gt;~ /trunk/Matrix/TODO&lt;br /&gt;</description><link>https://svn.r-project.org/browse/R-packages/branches/Matrix-APIchange/R/sparseVector.R?op=revision&amp;rev=4501&amp;peg=4549</link><guid>https://svn.r-project.org/browse/R-packages/branches/Matrix-APIchange/R/sparseVector.R?op=revision&amp;rev=4501&amp;peg=4549</guid></item>
<item><pubDate>Tue, 19 Jun 2007 16:16:58 +0000</pubDate><dc:creator>maechler</dc:creator><title>Rev 4483 – colSums, ... rowMeans for all Matrices; notably sparse ones via ...</title><description>&lt;div&gt;&lt;strong&gt;maechler – 25 file(s) modified&lt;/strong&gt;&lt;br/&gt;colSums, ... rowMeans for all Matrices; notably sparse ones via [diln]gCMatrix_colSums C code&lt;/div&gt;~ /trunk/Matrix/ChangeLog&lt;br /&gt;~ /trunk/Matrix/inst/test-tools.R&lt;br /&gt;~ /trunk/Matrix/man/colSums.Rd&lt;br /&gt;~ /trunk/Matrix/man/CsparseMatrix-class.Rd&lt;br /&gt;~ /trunk/Matrix/man/denseMatrix-class.Rd&lt;br /&gt;~ /trunk/Matrix/man/dgCMatrix-class.Rd&lt;br /&gt;~ /trunk/Matrix/man/dgTMatrix-class.Rd&lt;br /&gt;~ /trunk/Matrix/man/RsparseMatrix-class.Rd&lt;br /&gt;~ /trunk/Matrix/man/TsparseMatrix-class.Rd&lt;br /&gt;~ /trunk/Matrix/R/Auxiliaries.R&lt;br /&gt;+ /trunk/Matrix/R/colSums.R&lt;br /&gt;~ /trunk/Matrix/R/Csparse.R&lt;br /&gt;~ /trunk/Matrix/R/denseMatrix.R&lt;br /&gt;~ /trunk/Matrix/R/dgCMatrix.R&lt;br /&gt;~ /trunk/Matrix/R/dgeMatrix.R&lt;br /&gt;~ /trunk/Matrix/R/dgTMatrix.R&lt;br /&gt;~ /trunk/Matrix/R/Rsparse.R&lt;br /&gt;~ /trunk/Matrix/R/sparseMatrix.R&lt;br /&gt;~ /trunk/Matrix/R/sparseVector.R&lt;br /&gt;~ /trunk/Matrix/R/Tsparse.R&lt;br /&gt;~ /trunk/Matrix/src/dgCMatrix.c&lt;br /&gt;~ /trunk/Matrix/src/dgCMatrix.h&lt;br /&gt;~ /trunk/Matrix/src/init.c&lt;br /&gt;~ /trunk/Matrix/tests/simple.R&lt;br /&gt;~ /trunk/Matrix/TODO&lt;br /&gt;</description><link>https://svn.r-project.org/browse/R-packages/branches/Matrix-APIchange/R/sparseVector.R?op=revision&amp;rev=4483&amp;peg=4549</link><guid>https://svn.r-project.org/browse/R-packages/branches/Matrix-APIchange/R/sparseVector.R?op=revision&amp;rev=4483&amp;peg=4549</guid></item>
<item><pubDate>Wed, 06 Jun 2007 14:24:58 +0000</pubDate><dc:creator>maechler</dc:creator><title>Rev 4440 – use correct &quot;na.rm&quot; default in all() and any(); tests for ...</title><description>&lt;div&gt;&lt;strong&gt;maechler – 8 file(s) modified&lt;/strong&gt;&lt;br/&gt;use correct &quot;na.rm&quot; default in all() and any(); tests for that&lt;/div&gt;~ /trunk/Matrix/ChangeLog&lt;br /&gt;~ /trunk/Matrix/DESCRIPTION&lt;br /&gt;~ /trunk/Matrix/man/all-methods.Rd&lt;br /&gt;~ /trunk/Matrix/R/ldenseMatrix.R&lt;br /&gt;~ /trunk/Matrix/R/lsparseMatrix.R&lt;br /&gt;~ /trunk/Matrix/R/sparseVector.R&lt;br /&gt;~ /trunk/Matrix/tests/bind.Rout.save&lt;br /&gt;~ /trunk/Matrix/tests/simple.R&lt;br /&gt;</description><link>https://svn.r-project.org/browse/R-packages/branches/Matrix-APIchange/R/sparseVector.R?op=revision&amp;rev=4440&amp;peg=4549</link><guid>https://svn.r-project.org/browse/R-packages/branches/Matrix-APIchange/R/sparseVector.R?op=revision&amp;rev=4440&amp;peg=4549</guid></item>
<item><pubDate>Mon, 21 May 2007 16:42:35 +0000</pubDate><dc:creator>maechler</dc:creator><title>Rev 4371 – sparseVector. &lt;- v; rowSums/colSums; summary(&lt;sparse&gt;); spMatrix(.) utility</title><description>&lt;div&gt;&lt;strong&gt;maechler – 16 file(s) modified&lt;/strong&gt;&lt;br/&gt;sparseVector. &amp;lt;- v; rowSums/colSums; summary(&amp;lt;sparse&gt;); spMatrix(.) utility&lt;/div&gt;~ /trunk/Matrix/ChangeLog&lt;br /&gt;~ /trunk/Matrix/DESCRIPTION&lt;br /&gt;~ /trunk/Matrix/man/sparseMatrix-class.Rd&lt;br /&gt;~ /trunk/Matrix/man/sparseVector-class.Rd&lt;br /&gt;+ /trunk/Matrix/man/spMatrix.Rd&lt;br /&gt;~ /trunk/Matrix/NAMESPACE&lt;br /&gt;~ /trunk/Matrix/R/Auxiliaries.R&lt;br /&gt;~ /trunk/Matrix/R/dgCMatrix.R&lt;br /&gt;~ /trunk/Matrix/R/dgTMatrix.R&lt;br /&gt;~ /trunk/Matrix/R/Ops.R&lt;br /&gt;~ /trunk/Matrix/R/Rsparse.R&lt;br /&gt;~ /trunk/Matrix/R/sparseMatrix.R&lt;br /&gt;~ /trunk/Matrix/R/sparseVector.R&lt;br /&gt;~ /trunk/Matrix/R/Tsparse.R&lt;br /&gt;~ /trunk/Matrix/tests/Class+Meth.R&lt;br /&gt;~ /trunk/Matrix/tests/simple.R&lt;br /&gt;</description><link>https://svn.r-project.org/browse/R-packages/branches/Matrix-APIchange/R/sparseVector.R?op=revision&amp;rev=4371&amp;peg=4549</link><guid>https://svn.r-project.org/browse/R-packages/branches/Matrix-APIchange/R/sparseVector.R?op=revision&amp;rev=4371&amp;peg=4549</guid></item>
<item><pubDate>Wed, 16 May 2007 21:24:41 +0000</pubDate><dc:creator>maechler</dc:creator><title>Rev 4354 – part of sparseVector additions; in order to avoid merge conflicts</title><description>&lt;div&gt;&lt;strong&gt;maechler – 21 file(s) modified&lt;/strong&gt;&lt;br/&gt;part of sparseVector additions; in order to avoid merge conflicts&lt;/div&gt;~ /trunk/Matrix/ChangeLog&lt;br /&gt;~ /trunk/Matrix/DESCRIPTION&lt;br /&gt;~ /trunk/Matrix/man/denseMatrix-class.Rd&lt;br /&gt;~ /trunk/Matrix/man/diagonalMatrix-class.Rd&lt;br /&gt;~ /trunk/Matrix/man/dsCMatrix-class.Rd&lt;br /&gt;~ /trunk/Matrix/man/dtCMatrix-class.Rd&lt;br /&gt;~ /trunk/Matrix/man/Matrix-class.Rd&lt;br /&gt;~ /trunk/Matrix/man/sparseMatrix-class.Rd&lt;br /&gt;+ /trunk/Matrix/man/sparseVector-class.Rd&lt;br /&gt;~ /trunk/Matrix/R/AllClass.R&lt;br /&gt;~ /trunk/Matrix/R/AllGeneric.R&lt;br /&gt;~ /trunk/Matrix/R/Auxiliaries.R&lt;br /&gt;~ /trunk/Matrix/R/denseMatrix.R&lt;br /&gt;~ /trunk/Matrix/R/dgCMatrix.R&lt;br /&gt;~ /trunk/Matrix/R/dgTMatrix.R&lt;br /&gt;~ /trunk/Matrix/R/diagMatrix.R&lt;br /&gt;~ /trunk/Matrix/R/Matrix.R&lt;br /&gt;~ /trunk/Matrix/R/Ops.R&lt;br /&gt;~ /trunk/Matrix/R/sparseMatrix.R&lt;br /&gt;+ /trunk/Matrix/R/sparseVector.R&lt;br /&gt;~ /trunk/Matrix/TODO&lt;br /&gt;</description><link>https://svn.r-project.org/browse/R-packages/branches/Matrix-APIchange/R/sparseVector.R?op=revision&amp;rev=4354&amp;peg=4549</link><guid>https://svn.r-project.org/browse/R-packages/branches/Matrix-APIchange/R/sparseVector.R?op=revision&amp;rev=4354&amp;peg=4549</guid></item>
</channel></rss>