log scripts/sparse/svds.m @ 15489:481417a57a2d

age author description
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
Thu, 20 Jan 2011 17:35:29 -0500 John W. Eaton all script files: untabify and strip trailing whitespace
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Sun, 09 Jan 2011 16:01:05 -0800 Rik Use uppercase 'A' to refer to matrix inputs in m-files.
Sun, 17 Oct 2010 23:43:42 -0400 John W. Eaton fix copyright notices
Sun, 01 Aug 2010 20:22:17 -0700 Rik Grammarcheck more of the documentation.
Sun, 30 May 2010 13:45:50 -0700 Rik svds.m: Overhaul code while fixing bug #29721.
Wed, 26 May 2010 17:58:21 -0700 Rik svds.m: Validate struct input argument.
Wed, 26 May 2010 15:51:02 -0700 Rik Initialize ARPACK starting vector in svds test code. (bug #29721)
Fri, 23 Apr 2010 11:28:50 -0700 Rik Untabify .m scripts
Sun, 17 May 2009 12:18:06 -0700 Rik Simplify TeXinfo files by eliminating redundant @iftex followed by @tex construction.
Sat, 28 Mar 2009 21:29:08 -0700 Rik Cleanup documentation for diagperm.texi, sparse.texi
Fri, 27 Mar 2009 22:31:03 -0700 Rik Grammar check TexInfo in all .m files
Sat, 07 Mar 2009 10:41:27 -0500 John W. Eaton update copyright notices
Mon, 23 Feb 2009 16:37:40 -0500 John W. Eaton Fix small error in previous commit, which was two changes that should not have been combined; the first change was to improve breakpoints in debugging and was not mentioned in the commit message. Ugh.
Mon, 23 Feb 2009 16:29:20 -0500 John W. Eaton eigs.cc (Feigs): fix handling of sigma arg
Sat, 24 Jan 2009 12:09:25 -0500 Ben Abbott Skip tests if ARPACK is missing.
Tue, 13 Jan 2009 14:08:36 -0500 John W. Eaton style fixes
Tue, 23 Dec 2008 08:28:23 +0100 David Bateman Add the eigs and svds functions