log scripts/sparse/svds.m @ 29359:7854d5752dd2

age author description
Wed, 10 Feb 2021 10:10:40 -0500 John W. Eaton maint: merge stable to default.
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Thu, 24 Sep 2020 14:44:58 -0700 Rik Eliminate unneeded verification of nargin, nargout in m-files.
Wed, 08 Jan 2020 11:59:41 -0500 John W. Eaton update formatting of copyright notices
Mon, 06 Jan 2020 22:29:51 -0500 John W. Eaton update Octave Project Developers copyright for the new year
Mon, 06 Jan 2020 15:38:17 -0500 John W. Eaton use centralized file for copyright info for individual contributors
Tue, 24 Dec 2019 07:35:29 -0800 Rik svds.m: Use Octave coding conventions regarding parentheses.
Tue, 24 Dec 2019 11:18:16 +0100 Markus Mützel svds.m: Increase tolerance in tests (bug #57460).
Wed, 13 Nov 2019 10:56:03 -0800 Rik svds.m: Undo fix in 2213e82bb9d3 now that eigs() has been updated (bug #57185).
Sat, 09 Nov 2019 11:33:55 -0800 Rik svds should *always* return real singular values (bug #57185).
Tue, 27 Aug 2019 11:07:07 +0900 Kai T. Ohlhus doc: Improve documentation of sparse functions. stable
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Mon, 19 Mar 2018 18:18:24 -0700 Mike Miller doc: move @seealso lists inside the function doc string block stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Thu, 19 May 2016 18:48:52 -0700 Rik maint: Use two spaces after period to indicate sentence break.
Fri, 01 Apr 2016 16:03:29 -0700 Rik maint: Add semicolons to terminate code in %! blocks.
Wed, 09 Mar 2016 12:45:16 -0800 Rik maint: Merge stable to default.
Mon, 28 Dec 2015 08:40:05 -0800 Marco Caliari svds.m: Special handling for case of sigma=0 (bug #46683). stable
Wed, 20 Jan 2016 15:45:58 -0800 Rik maint: Periodic merge of stable to default.
Wed, 20 Jan 2016 06:56:52 -0800 Rik svds.m: Modify BIST test for sigma=0 to reliably pass. stable
Mon, 28 Dec 2015 08:40:05 -0800 Marco Caliari svds.m: Special handling for case of sigma=0 (bug #46683).
Sun, 20 Dec 2015 10:15:02 -0800 Rik maint: Use '! expr' rather than '!expr' to conform to coding guidelines.
Fri, 18 Dec 2015 16:21:05 -0800 Rik svds.m: Don't save/restore randn seed in BIST tests.
Sat, 12 Dec 2015 07:31:00 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all m-files.
Thu, 19 Nov 2015 14:39:04 -0800 Rik Preface warning() messages with name of function when possible.
Tue, 26 May 2015 21:07:42 -0700 Rik Use in-place operators in m-files where possible.
Mon, 04 May 2015 14:22:02 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Mon, 23 Feb 2015 14:54:39 -0800 Rik maint: Clean up m-files to follow Octave coding conventions.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Tue, 20 Jan 2015 10:24:46 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
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.