log liboctave/numeric/sparse-qr.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, 04 Oct 2022 17:05:21 -0700 Rik Allow empty sparse matrix inputs to qr() (bug #63069)
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Mon, 27 Sep 2021 09:49:52 -0500 Gene Harvey sparse-qr.cc: SPQR E identity value is represented by nullptr. stable
Mon, 29 Nov 2021 10:03:47 -0800 Rik maint: style check C++ files in liboctave/ ahead of 7.1 release. stable
Mon, 06 Sep 2021 11:49:02 -0700 Rik maint: use "m_" prefix for member variables in class sparse_qr.
Fri, 30 Jul 2021 11:46:05 -0400 John W. Eaton prefer data over fortran_vec for read-only access to data
Tue, 27 Apr 2021 16:12:41 -0400 John W. Eaton use shared_ptr to manage memory for sparse chol and qr classes
Fri, 12 Mar 2021 14:10:04 -0800 Rik maint: strip trailing spaces from code base.
Mon, 01 Mar 2021 14:39:32 -0500 John W. Eaton eliminate last uses of BEGIN/END_INTERRUPT_IMMEDIATELY_IN_FOREIGN_CODE
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
Thu, 07 Jan 2021 18:02:15 +0100 Markus Mützel sparse-qr.cc: Fix indentation.
Thu, 07 Jan 2021 00:19:21 +0100 Markus Mützel sparse-qr.cc: Use correct integer types (bug #57033).
Tue, 05 Jan 2021 18:53:01 +0100 Markus Mützel sparse-qr.cc: Fix compilation with clang (bug #57033).
Tue, 05 Jan 2021 18:21:30 +0100 Markus Mützel sparse-qr.cc: Simplify code by using default parameters (bug #57033).
Tue, 05 Jan 2021 14:10:15 +0100 Markus Mützel sparse-qr.cc: Fix compilation with CXSparse and SPQR (bug #57033).
Thu, 09 Jan 2020 21:45:54 +0100 Simon Hau Replacement of CXSPARSE by SPQR for QR factorization (bug #57033).
Fri, 01 Jan 2021 16:05:31 +0100 Markus Mützel sparse-qr: Export member function instantiations (patch #8919).
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
Wed, 25 Sep 2019 17:57:08 -0400 John W. Eaton use std::atomic to implement refcount class
Thu, 26 Sep 2019 11:32:52 -0400 John W. Eaton consistently use octave_idx_type for reference counts
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
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Tue, 25 Jul 2017 14:54:10 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
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.
Wed, 12 Apr 2017 16:29:50 -0400 John W. Eaton safe cast between SuiteSparse_long and octave_idx_type pointers (bug #50510)
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, 06 Jan 2017 18:06:31 -0500 John W. Eaton move octave_refcount inside octave namespace
Tue, 06 Dec 2016 12:40:45 -0500 John W. Eaton make deleted functions public
Mon, 05 Dec 2016 22:59:37 -0500 John W. Eaton use c++11 style for deleting default copy constructor and assignment operator
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
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
Thu, 11 Aug 2016 16:26:56 -0400 John W. Eaton don't rely on std:: overloads of arg, conj, imag, and real for real args
Fri, 01 Jul 2016 19:48:35 -0700 Rik maint: Eliminate unnecessary double newline blocks (only whitespace changes).
Tue, 17 May 2016 12:09:30 -0400 John W. Eaton use "#if ..." consistently instead of "#ifdef" and "#ifndef"
Fri, 13 May 2016 09:36:14 -0400 John W. Eaton Eliminate unused variable warnings for conditionally compiled code.
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
Sun, 07 Feb 2016 02:21:37 -0500 Ben Abbott use template keyword to handle dependent template names
Fri, 05 Feb 2016 14:50:00 -0500 John W. Eaton allow build to succeed with missing dependencies
Sat, 06 Feb 2016 06:40:13 -0800 Rik maint: indent #ifdef blocks in liboctave and src directories.
Wed, 03 Feb 2016 23:44:49 -0500 John W. Eaton don't install some internal headers and template sources
Tue, 02 Feb 2016 16:53:01 -0500 John W. Eaton style fixes in liboctave/numeric directory
Tue, 02 Feb 2016 12:34:06 -0500 John W. Eaton revamp sparse QR factorizatino classes