log libinterp/corefcn/gsvd.cc @ 31605:e88a07dec498 stable

age author description
Thu, 01 Dec 2022 14:23:45 -0800 Rik maint: Use macros to begin/end C++ namespaces. stable
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Sun, 21 Nov 2021 13:23:31 -0800 Rik Increase tolerances on BIST tests for gsvd (bug #60273)
Fri, 19 Nov 2021 08:04:45 -0500 John W. Eaton eliminate unnecessary use of OCTAVE_FALLTHOUGH
Wed, 08 Sep 2021 16:08:03 -0700 Rik Rewrite gsvd function and return *correct* 3rd output (bug #60273).
Sat, 14 Aug 2021 22:48:52 -0400 John W. Eaton eliminate octave:: namespace tags in DEFUN and DEFMETHOD and more
Fri, 13 Aug 2021 21:53:51 -0400 John W. Eaton move DEFUN and DEFMETHOD functions inside octave namespace
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
Tue, 13 Oct 2020 19:49:11 -0700 Rik maint: Use Octave convention of space after function name in libinterp/.
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
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Thu, 19 Jul 2018 16:55:47 -0400 John W. Eaton move libinterp/utils functions inside octave namespace
Tue, 03 Apr 2018 21:37:29 -0700 Rik doc: Shorten very long first sentences of docstrings (bug #53388). stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Tue, 13 Jun 2017 07:53:53 -0700 Rik maint: Deprecate is_real_type and replace with isreal.
Mon, 12 Jun 2017 21:18:23 -0700 Rik maint: Deprecate is_complex_type and replace with iscomplex.
Thu, 08 Jun 2017 17:41:32 -0700 Rik doc: Peridoc grammarcheck of documentation.
Wed, 22 Feb 2017 13:00:04 -0500 John W. Eaton maint: Update copyright dates.
Mon, 23 Jan 2017 14:30:35 -0500 John W. Eaton maint: strip extra trailing newlines from files.
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Tue, 01 Nov 2016 16:38:34 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
Mon, 24 Oct 2016 13:16:18 -0700 Rik Connect C++ gsvd to float version in liboctave (bug #48807).
Sun, 02 Oct 2016 08:22:00 -0700 Rik gsvd.cc: Update gsvd implementation in preparation for Matlab compatibility (bug #48807).
Sat, 01 Oct 2016 17:02:51 +0100 Carnë Draug gsvd: backout cset 73a85c6cacd1. stable
Sun, 04 Sep 2016 17:37:35 +0100 Carnë Draug gsvd: move new class into the octave::math namespace.
Sun, 04 Sep 2016 16:09:02 +0100 Carnë Draug gsvd: change order of output arguments for Matlab compatibility (bug #48807)
Tue, 30 Aug 2016 21:46:47 -0700 Rik maint: Style check C++ code in libinterp/.
Wed, 17 Aug 2016 01:08:26 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Tue, 16 Aug 2016 21:38:58 -0700 Rik gsvd.cc: Clean up to follow Octave coding standards.
Mon, 15 Aug 2016 10:05:50 -0700 Rik doc: grammarcheck documentation for 4.2 release.
Tue, 09 Aug 2016 21:36:23 +0100 Carnë Draug libinterp/corefcn/gsvd.cc: clean up #include's removing what's not needed.
Tue, 09 Aug 2016 21:34:53 +0100 Carnë Draug gsvd: replace deprecated gripe_wrong_type_arg with err_wrong_type_arg.
Tue, 09 Aug 2016 18:02:11 +0200 Barbara Locsi gsvd: reduce code duplication with templates.
Thu, 04 Aug 2016 07:50:31 +0200 Barbara Locsi gsvd: new function imported from Octave-Forge linear-algebra package.