log liboctave/numeric/svd.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, 15 Nov 2022 13:25:31 -0300 Rafael Laboissiere Fix typos and grammatical mistakes in text exposed to the user stable
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
Mon, 30 Aug 2021 13:34:00 -0700 Rik maint: use "m_" prefix for member variables in class svd.
Wed, 05 May 2021 18:40:58 +0200 Markus Mützel svd: Use std::unordered_map for mapping of jobu and jobv from gesvd to gejsv.
Tue, 09 Mar 2021 14:23:47 -0800 Rik Use Octave coding conventions in patch for GEJSV SVD driver (bug #55727).
Tue, 09 Mar 2021 20:15:27 +0100 Markus Mützel svd.cc: Use std::max<F77_INT> for Fortran integers (bug #55727).
Wed, 20 Mar 2019 00:58:11 +0800 Eddy Xiao Add additional svd driver GEJSV for accurate SVD (bug #55727).
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, 29 Dec 2020 17:51:23 +0100 Markus Mützel Set API tags in files in liboctave/numeric (patch #8919).
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
Thu, 14 Feb 2019 16:38:00 -0800 Rik Replace '-0' in sigma matrix from svd() with '+0' (bug #55710).
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Thu, 03 May 2018 16:47:30 +0200 Marco Caliari Fix lrwork dimension in svd for complex cases (bug #53823). 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.
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.
Thu, 27 Apr 2017 15:26:32 -0400 John W. Eaton avoid calling abort if possible; include cstdlib for declaration if needed
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, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Fri, 30 Dec 2016 14:03:01 -0500 John W. Eaton put to_f77_int inside octave namespace
Mon, 26 Dec 2016 19:15:31 -0500 John W. Eaton use F77_INT instead of octave_idx_type for liboctave svd class
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Wed, 05 Oct 2016 23:09:31 -0400 John W. Eaton fix complex svd (bug #49232) stable
Mon, 29 Aug 2016 11:09:25 -0700 Rik maint: Style check C++ code in liboctave/
Wed, 17 Aug 2016 10:55:38 -0400 John W. Eaton maint: Indent namespaces in liboctave/numeric files.
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
Tue, 16 Aug 2016 15:48:22 -0400 John W. Eaton move some new numeric classes to namespace octave::math
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.
Wed, 10 Aug 2016 03:56:38 +0100 Carnë Draug svd: use std::vector instead of Matrix when a std::vector is enough.
Tue, 09 Aug 2016 00:21:36 +0100 Carnë Draug svd: do not shadow member variables with local variables.
Thu, 04 Aug 2016 20:20:27 +0100 Carnë Draug svd: reduce code duplication with more use of template and macro.
Mon, 18 Jul 2016 09:38:57 -0400 John W. Eaton reduce warnings from GCC's link-time optimization feature (bug #48531)
Sun, 17 Jul 2016 12:42:37 -0400 John W. Eaton new macros for F77 data types
Tue, 17 May 2016 12:09:30 -0400 John W. Eaton use "#if ..." consistently instead of "#ifdef" and "#ifndef"
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
Tue, 16 Feb 2016 14:41:06 -0500 John W. Eaton better use of templates for svd classes base liboctave/numeric/dbleSVD.cc@a032f33d29d2