log liboctave/numeric/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
Sun, 30 Oct 2022 09:22:23 +0100 Markus Mützel build: Silence compilation warning about mismatching integer format (bug #63290).
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Mon, 29 Nov 2021 10:03:47 -0800 Rik maint: style check C++ files in liboctave/ ahead of 7.1 release. stable
Thu, 18 Nov 2021 20:50:27 -0800 Rik maint: use "m_" prefix for member variables in class gsvd.
Wed, 08 Sep 2021 16:08:03 -0700 Rik Rewrite gsvd function and return *correct* 3rd output (bug #60273).
Tue, 09 Mar 2021 21:05:54 +0100 Markus Mützel Use matching format string for Fortran integers.
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
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, 22 May 2019 13:57:30 +0000 John W. Eaton where possible, eliminate octave:: namespace qualifier inside octave namespace
Tue, 21 May 2019 19:50:59 +0000 John W. Eaton move some static functions inside octave namespace
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
Fri, 02 Feb 2018 22:31:29 +0100 Markus Mützel Fix unloading dynamic libraries (bug #50463).
Sun, 07 Jan 2018 21:48:04 +0100 Markus Mützel Use new LAPACK functions in gsvd if available (bug #50463).
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Wed, 03 Jan 2018 07:52:11 -0500 John W. Eaton refactor signal handling (bug #52757)
Mon, 26 Jun 2017 09:05:37 -0400 John W. Eaton remove octave:: namespace tag from symbols used inside octave namespace
Tue, 09 May 2017 08:46:07 -0700 Rik maint: Clean up #includes in liboctave/numeric directory.
Thu, 27 Apr 2017 17:33:10 -0700 Rik maint: Wrap tertiary operator in parentheses "(COND ? x : y)".
Thu, 27 Apr 2017 15:18:20 -0700 Rik maint: Use convention 'int *x' for naming pointers.
Wed, 22 Feb 2017 13:00:04 -0500 John W. Eaton maint: Update copyright dates.
Fri, 30 Dec 2016 14:03:01 -0500 John W. Eaton put to_f77_int inside octave namespace
Mon, 26 Dec 2016 19:23:31 -0500 John W. Eaton use F77_INT instead of octave_idx_type for liboctave gsvd class
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Sun, 04 Sep 2016 17:37:35 +0100 Carnë Draug gsvd: move new class into the octave::math namespace.
Sun, 04 Sep 2016 17:12:03 +0100 Carnë Draug gsvd<T>: add class template support for FloatMatrix and FloatComplexMatrix.
Mon, 29 Aug 2016 11:09:25 -0700 Rik maint: Style check C++ code in liboctave/
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Wed, 17 Aug 2016 00:18:08 -0400 John W. Eaton move most f77 function decls to separate header files
Mon, 15 Aug 2016 10:09:59 +0200 Kai T. Ohlhus Resolve compile time issues, when octave_idx_type is long int.
Wed, 10 Aug 2016 09:09:41 +0200 Kai T. Ohlhus maint: properly include <vector> in svd classes.
Tue, 09 Aug 2016 18:02:11 +0200 Barbara Locsi gsvd: reduce code duplication with templates.