log scripts/sparse/eigs.m @ 21546:f7f97d7e9294

age author description
Sun, 27 Mar 2016 15:50:01 -0700 Rik doc: Wrap m-file docstrings to 79 characters + newline (80 total).
Sun, 21 Feb 2016 08:10:36 -0800 Rik maint: remove semicolon after %!assert tests to follow Octave conventions.
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:17:45 -0800 Rik Preface error() messages with name of function when 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.
Fri, 06 Feb 2015 08:31:49 -0800 Rik maint: Periodic merge of stable to default.
Fri, 06 Feb 2015 08:31:09 -0800 Rik eigs.m: Only transform char input sigma to lower case in cset 08dbf53f34c1. stable
Fri, 30 Jan 2015 16:06:14 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Fri, 23 Jan 2015 17:08:04 -0800 Rik eigs.m: Transform any character input for sigma to lower case before proceeding. stable
Tue, 20 Jan 2015 10:29:54 -0500 John W. Eaton strip trailing whitespace from most source files
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
Thu, 21 Aug 2014 15:57:18 -0700 Rik doc: Add @nospell macro around proper names in documentation.
Tue, 27 May 2014 14:59:43 -0400 John W. Eaton eigs: selection columns of V, not rows (bug #41795) stable
Mon, 04 Nov 2013 10:38:32 -0800 Rik eigs.m: Fix regression when numeric sigma is used and eig() is called instead of __eigs__.
Mon, 04 Nov 2013 08:49:23 +0100 Carlo de Falco add a test to mark regression in eigs
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Wed, 28 Aug 2013 08:33:02 -0700 Rik maint: End m-files with 1 blank line.
Mon, 19 Aug 2013 20:46:38 -0700 Rik doc: Add new @qcode macro for code samples which are quoted.
Mon, 12 Aug 2013 15:43:49 -0400 John W. Eaton fix eigs to handle small matrices