log liboctave/array/dMatrix.cc @ 29931:7faff48840eb

age author description
Fri, 30 Jul 2021 11:46:05 -0400 John W. Eaton prefer data over fortran_vec for read-only access to data
Wed, 21 Jul 2021 18:51:54 +0200 Markus Mützel Use LU factorization to solve (close to) singular full matrices.
Wed, 12 May 2021 19:28:54 +0200 Markus Mützel maint: merge stable to default.
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471) stable
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471)
Wed, 28 Apr 2021 13:46:02 -0400 John W. Eaton move idx_vector classes 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, 11 Aug 2020 15:20:01 -0400 John W. Eaton refactor octave_read_* and octave_write_* functions
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
Mon, 30 Sep 2019 11:05:42 +0200 Carlo de Falco Remove wrapper template class NoAlias<T> (bug #56752)
Wed, 12 Jun 2019 16:55:22 -0500 John W. Eaton delete unused file functor.h
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Sat, 11 Aug 2018 22:46:53 -0700 Rik Avoid calculating norm of matrix when not requested in liboctave Matrix classes.
Wed, 11 Jul 2018 17:41:36 -0400 John W. Eaton remove fftpack sources
Thu, 07 Jun 2018 10:11:54 -0400 John W. Eaton prefer <istream>, <ostream>, or <iosfwd> to <iostream> where possible
Fri, 06 Apr 2018 20:25:05 +0300 Maor Shutman linspace: handle ranges with equal Inf endpoints (bug #53489)
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.
Sun, 26 Nov 2017 14:50:20 -0800 Rik Return NaN arrays for left division operator when operands contain NaNs (bug #52516).
Thu, 23 Nov 2017 13:57:42 -0800 Rik maint: merge stable to default.
Thu, 23 Nov 2017 13:33:48 -0800 Rik Calculate 1-norm of matrices to assess whether NaN or Inf are present (bug #39000). stable
Tue, 21 Nov 2017 22:00:45 -0800 Rik maint: Correct typo in comment "Throw-away" => "Throw away"
Tue, 14 Nov 2017 09:41:07 +0100 Marco Caliari Fix incorrect size of the solution of some singular systems (bug #52402).
Fri, 03 Nov 2017 13:53:45 -0700 Rik Use std::max to simplify calculating pinv tolerance.
Fri, 03 Nov 2017 10:03:36 -0700 Rik Return correct value for pinv of zero vectors and scalars (bug #51246).
Wed, 13 Sep 2017 16:38:06 -0700 Mike Miller fix possible array bounds error when calculating inverse (bug #49235)
Fri, 28 Jul 2017 15:40:00 -0700 Rik Use character literals 'c' rather than string literals "c" when possible.
Tue, 25 Jul 2017 14:54:10 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Tue, 27 Jun 2017 09:24:08 -0700 Rik Use imag, real, arg from std library for Complex types.
Wed, 14 Jun 2017 08:34:43 -0700 Rik maint: Deprecate is_symmetric and replace with issymmetric.
Wed, 14 Jun 2017 08:14:08 -0700 Rik maint: Deprecate is_hermitian and replace with ishermitian.
Tue, 13 Jun 2017 22:05:03 -0700 Rik maint: Deprecate is_square and replace with issquare.
Tue, 02 May 2017 15:00:43 -0700 Rik maint: Eliminate fairly useless 1-line comment ahead of copyright statement for some files.
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, 26 Apr 2017 09:57:28 -0700 Rik maint: Eliminate <cfloat.h> header from liboctave files.
Mon, 24 Apr 2017 17:20:37 -0700 Rik maint: Use convention 'int& x' for naming references.
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
Tue, 17 Jan 2017 11:42:25 -0500 John W. Eaton move fftw classes inside octave namespace
Fri, 30 Dec 2016 14:03:01 -0500 John W. Eaton put to_f77_int inside octave namespace
Wed, 28 Dec 2016 13:18:50 -0500 John W. Eaton use F77_INT instead of octave_idx_type for liboctave Matrix classes
Tue, 29 Nov 2016 16:46:35 -0800 Rik Return 0 for special case of scalar Inf input to inverse (bug #49690).
Tue, 29 Nov 2016 16:07:05 -0500 John W. Eaton don't pass two dimensions to column vector resize method
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Thu, 06 Oct 2016 11:52:12 -0400 Avinoam Kalma avoid invalid BLAS calls that then invoke xerbla (bug #39000) stable
Thu, 01 Sep 2016 09:33:55 -0700 Rik maint: Use '{ }' for empty function bodies in C++.
Mon, 29 Aug 2016 11:09:25 -0700 Rik maint: Style check C++ code in liboctave/
Wed, 17 Aug 2016 03:41:42 -0400 John W. Eaton move more classes inside octave namespace
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
Wed, 10 Aug 2016 22:38:44 -0700 Mike Miller Use new macros for passing complex arguments to Fortran FFTPACK subroutines
Thu, 04 Aug 2016 20:20:27 +0100 Carnë Draug svd: reduce code duplication with more use of template and macro.