log scripts/sparse/eigs.m @ 25054:6652d3823428 stable

age author description
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Mon, 26 Mar 2018 10:45:04 -0700 Rik doc: Spellcheck documentation ahead of 4.4 release. stable
Fri, 23 Mar 2018 14:47:58 -0700 Mike Miller test: allow more eigenvalues on eigs tests to pass on i386 (bug #53433) stable
Thu, 01 Mar 2018 18:12:56 -0800 Mike Miller maint: merge stable to default
Thu, 01 Mar 2018 17:57:18 -0800 Mike Miller test: ensure all unit tests restore global random state after setting it stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Fri, 01 Dec 2017 11:08:26 -0800 Rik eigs.m: Fix failing BIST test (bug #49523).
Thu, 30 Nov 2017 09:01:11 +0100 Marco Caliari Relax some tests for unconverged eigenvalues with eigs (bug #49523).
Wed, 29 Nov 2017 13:08:56 -0800 Rik Add new warning ID "Octave:eigs:UnconvergedEigenvalues".
Fri, 24 Nov 2017 11:51:03 +0100 Marco Caliari eigs should return NaNs for unconverged eigenpairs (bug #49523).
Mon, 13 Nov 2017 20:48:06 -0800 Rik Adjust coding code in cset 1310d8b50ec2 for Octave coding conventions.
Fri, 24 Mar 2017 14:41:08 +0100 Marco Caliari Fix eigs returning an incorrect number or order of eigenvalues (bug #45153, bug #47236).
Thu, 08 Jun 2017 17:41:32 -0700 Rik doc: Peridoc grammarcheck of documentation.
Sun, 19 Mar 2017 15:09:32 -0700 Rik maint: merge stable to default.
Fri, 17 Mar 2017 12:25:40 +0100 Marco Caliari Fix eigs for generalized nonsymmetric and shift-invert problems (bug #39573). stable
Thu, 16 Mar 2017 09:44:44 +0100 Marco Caliari Fix eigs for the generalized eigenvalue problem (bug #50546) stable
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, 14 Nov 2016 12:12:02 -0800 Rik maint: Capitalize variable names appearing in error() messages of m-files.
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.
Fri, 01 Apr 2016 16:03:29 -0700 Rik maint: Add semicolons to terminate code in %! blocks.
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