log scripts/sparse/svds.m @ 19627:446c46af4b42 stable

age author description
Tue, 20 Jan 2015 08:26:57 -0500 John W. Eaton strip trailing whitespace from most source files stable
Sun, 08 Jun 2014 17:59:59 -0700 Rik doc: Replace "non-zero" with "nonzero" to match existing usage.
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Wed, 25 Sep 2013 15:16:34 -0400 John W. Eaton svds.m: Increase tolerance in test.
Wed, 28 Aug 2013 08:27:38 -0700 Rik Use '##' for comments which stand alone on a line.
Mon, 19 Aug 2013 20:46:38 -0700 Rik doc: Add new @qcode macro for code samples which are quoted.
Wed, 07 Aug 2013 13:42:49 -0700 Rik Use 2-D, not 2D, in error messages.
Mon, 05 Aug 2013 14:18:50 -0700 Rik svds.m: Initialize flag variable so interpreter doesn't use flag() colormap instead.
Wed, 05 Jun 2013 13:49:47 +0200 Carlo de Falco Avoid converting sparse matrix to full format in svds.
Wed, 08 Aug 2012 20:51:24 -0700 Ed Meyer use the default ARPACK convergence tolerance (bug #34461)
Wed, 17 Oct 2012 11:51:35 -0400 John W. Eaton maint: periodic merge of stable to default
Wed, 17 Oct 2012 10:46:15 -0400 John W. Eaton increase tolerance for svds test stable
Tue, 17 Jul 2012 07:08:39 -0700 Rik maint: Use Octave coding conventions for cuddling parentheses in scripts directory
Mon, 13 Feb 2012 07:29:44 -0800 Rik Use Octave coding conventions in all m-file %!test blocks
Sat, 04 Feb 2012 22:12:50 -0800 Rik doc: Use Octave coding conventions in @example blocks of docstrings. stable
Mon, 09 Jan 2012 13:32:44 -0800 Rik test: Expand %!testif functionality to multiple conditions stable
Tue, 03 Jan 2012 20:12:38 -0500 John W. Eaton remove ARPACK files from sources and restore configure checks for external ARPACK library stable
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Mon, 12 Dec 2011 23:05:08 -0800 Rik svds.m: Correctly restore random seed state after %!tests stable
Tue, 25 Oct 2011 10:56:02 -0700 Rik Restore random number state after %!demos or %!tests
Mon, 08 Aug 2011 21:31:55 -0700 Rik maint: Periodic merge of stable to default.
Mon, 08 Aug 2011 21:30:36 -0700 Rik svds.m: Revert cset 12934:5d79384e3a1d. Use 42 for random number initialization. stable
Mon, 08 Aug 2011 11:19:09 -0700 Rik strmatch.m: Trim search pattern of spaces and nulls.
Sun, 07 Aug 2011 09:59:39 -0700 Rik maint: periodic merge of stable to default
Sun, 07 Aug 2011 09:58:14 -0700 Rik svds.m: Use initialization seed of 43 to have working tests on Cygwin platform. stable
Thu, 05 May 2011 16:58:43 -0700 Rik Improve performance (2X) of svds by avoiding issymmetric calculation (bug #33073)
Thu, 17 Mar 2011 23:11:47 -0700 Rik Fix bug #32818, nonconformant arguments in svds.
Wed, 02 Feb 2011 21:31:33 -0800 Rik Use testif to only run some sparse tests when necessary libraries are installed.
Fri, 28 Jan 2011 14:05:09 -0500 John W. Eaton remove configure checks for ARPACK
Thu, 20 Jan 2011 18:26:09 -0500 John W. Eaton missing semicolons in script files