irlba - Fast partial Lanczos bidiagonalization for partial SVD
RForge.net

irlba

About irlba
SVN access
Download/Files
Check results
Package R docs

SVN repository access

The SVN repository for this project can be checked out using
svn co svn://svn.rforge.net/irlba/trunk irlba

To install the latest development snapshot of this package, use

install.packages("irlba",,"http://rforge.net/",type="source")

To list branches use

svn ls svn://svn.rforge.net/irlba/branches
and for tags use
svn ls svn://svn.rforge.net/irlba/tags

Most recent SVN commits


r16 | bwlewis | 2014-01-25 16:30:58 +0000 (Sat, 25 Jan 2014) | 1 line
   M trunk/man/irlba.Rd
Fixed CRAN note about line length in usage file

r15 | bwlewis | 2014-01-25 16:22:17 +0000 (Sat, 25 Jan 2014) | 1 line
   M trunk/tests/test.R
Added system environment variable IRLBA_TEST to enable/disable tests; updated bundled vignette pdf

r14 | bwlewis | 2014-01-25 16:15:02 +0000 (Sat, 25 Jan 2014) | 1 line
   M trunk/DESCRIPTION
   M trunk/NAMESPACE
   M trunk/R/irlba.R
   D trunk/inst
   A trunk/tests
   A trunk/tests/test.R
   A trunk/vignettes
   A trunk/vignettes/irlba.Rnw
   A trunk/vignettes/irlba.pdf
Added basic tests; improved error messages; fixed vignette location

r13 | bwlewis | 2012-11-04 15:39:56 +0000 (Sun, 04 Nov 2012) | 1 line
   M trunk/DESCRIPTION
   M trunk/R/irlba.R
Fixed a serious bug that could affect convergence and accuracy of right singular vectors; fixed a minor bug (incorrect use of diag function) that probably only affects computation for tiny input matrices and would result in error.

r12 | bwlewis | 2012-07-17 13:00:31 +0000 (Tue, 17 Jul 2012) | 1 line
   M trunk/R/irlba.R
Improved syntax of external matrix multiply function

r11 | bwlewis | 2012-07-09 04:21:27 +0000 (Mon, 09 Jul 2012) | 1 line
   M trunk/DESCRIPTION
   A trunk/NEWS
   M trunk/R/irlba.R
   D trunk/inst/COPYING
   M trunk/man/irlba.Rd
Corrected documentation typos; Also now honor the case when nu!=nv (expected sizes returned now).

r10 | bwlewis | 2011-11-12 13:12:30 +0000 (Sat, 12 Nov 2011) | 3 lines
   M trunk/DESCRIPTION
   M trunk/NAMESPACE
   M trunk/R/irlba.R
Fixed NAMESPACE to import crossprod from Matrix.

r9 | bwlewis | 2011-11-10 02:24:04 +0000 (Thu, 10 Nov 2011) | 2 lines
   A trunk/NAMESPACE
   M trunk/man/irlba.Rd
Added namespace.