log liboctave/dMatrix.cc @ 16088:b29b10fbb744 stable release-3-6-4

age author description
Thu, 13 Sep 2012 15:14:47 -0400 John W. Eaton rcond: use new copy of data for full factorization if positive definite cholesky factorization fails (bug #37336) stable
Thu, 23 Aug 2012 12:13:59 -0400 John W. Eaton use std::numeric_limits<T>::epsilon in C++ code
Wed, 22 Aug 2012 16:16:31 -0400 John W. Eaton reduce code duplication in too_large_for_float array functions
Thu, 26 Jul 2012 08:13:22 -0700 Rik maint: Use Octave coding conventions for cuddled parentheses in liboctave/.
Sun, 08 Jul 2012 11:28:50 -0700 Rik maint: Use Octave coding convention for cuddled parenthis in function calls with empty argument lists.
Thu, 12 Apr 2012 16:27:39 -0400 John W. Eaton make diag (x, m, n) return a proper diagonal matrix object (bug #36099)
Fri, 02 Mar 2012 22:13:16 -0800 Rik Use Octave coding conventions in liboctave %!test blocks
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Sat, 05 Nov 2011 01:59:40 -0400 John W. Eaton always initialize info and rcon in Matrix determinant methods
Wed, 26 Oct 2011 14:19:54 -0400 John W. Eaton allow negative data log plots with OpenGL+FLTK graphics (bug #34232)
Thu, 25 Aug 2011 07:53:48 -0400 Ben Abbott dMatrix.cc: Increase tolerance for another test which fails on MinGW. stable
Wed, 24 Aug 2011 12:24:41 -0400 Ben Abbott dMatrix.cc: Increase tolerance for tests which fail on MinGW. stable
Tue, 23 Aug 2011 20:58:54 -0400 Marco atzeri dMatrix.cc: Fix tests introduced by changeset f217edac2c71. Declare variables
Mon, 22 Aug 2011 21:20:42 -0400 John W. Eaton fix dimension check for A'\B (bug #33997) stable
Sun, 23 Aug 2009 11:11:27 +0200 Jaroslav Hajek more fixes & tests for matrix multiply release-3-2-x
Sun, 12 Oct 2008 10:31:14 +0200 Jaroslav Hajek improve inverse preconditioning according to Marco Caliari release-3-0-x
Fri, 19 Sep 2008 11:29:51 +0200 Jaroslav Hajek partially sync Matrix::expm and ComplexMatrix::expm with development repo release-3-0-x
Wed, 17 Sep 2008 11:06:18 +0200 jwe [project @ 2008-01-24 08:31:36 by jwe] release-3-0-x
Mon, 07 Apr 2008 13:40:38 -0400 John W. Eaton update copyright dates release-3-0-x
Wed, 12 Mar 2008 01:05:55 -0400 John W. Eaton one more xGELSD workspace fix release-3-0-x
Mon, 03 Mar 2008 02:22:03 -0500 Jaroslav Hajek more xGELSD workspace fixes release-3-0-x
Tue, 26 Feb 2008 02:51:32 -0500 John W. Eaton avoid another xGELSD workspace query bug release-3-0-x
Fri, 15 Feb 2008 19:54:25 -0500 John W. Eaton another small xGELSD workspace fix release-3-0-x
Fri, 15 Feb 2008 18:55:45 -0500 John W. Eaton more xGELSD workspace fixes release-3-0-x
Tue, 12 Feb 2008 23:44:14 -0500 John W. Eaton ilaenv --> xilaenv release-3-0-x
Tue, 12 Feb 2008 21:04:34 -0500 Jason Riedy fix workspace size calculation for xGELSD release-3-0-x
Thu, 20 Jan 2011 17:24:59 -0500 John W. Eaton strip trailing whitespace from source files
Thu, 20 Jan 2011 00:12:05 -0500 John W. Eaton attempt better backward compatibility for Array resize functions
Wed, 19 Jan 2011 17:55:56 -0500 John W. Eaton attempt better backward compatibility for Array constructors
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Thu, 13 Jan 2011 16:52:30 -0500 John W. Eaton style fixes
Thu, 13 Jan 2011 15:40:14 -0500 John W. Eaton avoid GCC warnings
Thu, 21 Oct 2010 16:12:13 -0400 John W. Eaton consistently give error for operator not applied to NaN values
Wed, 22 Sep 2010 07:06:25 +0200 Jaroslav Hajek simplify more array tests
Tue, 21 Sep 2010 13:09:12 +0200 Jaroslav Hajek simplify some array tests in liboctave
Thu, 22 Jul 2010 09:54:03 +0200 Jaroslav Hajek fix workspace bug workaround for xGELSD (since 7486:6a6d2abe51ff)
Tue, 20 Jul 2010 13:10:40 +0200 Jaroslav Hajek omissions from last two patches
Tue, 20 Jul 2010 12:56:05 +0200 Jaroslav Hajek simplify Matrix::extract
Thu, 13 May 2010 13:47:20 +0200 Jaroslav Hajek use ID for singularity warning in matrix division
Fri, 26 Feb 2010 11:44:38 +0100 Jaroslav Hajek improve diag matrix interface & implementation
Fri, 26 Feb 2010 09:47:54 +0100 Jaroslav Hajek simplify appliers in mx-inlines.cc
Tue, 23 Feb 2010 16:12:27 +0100 Jaroslav Hajek remove Array2
Sat, 23 Jan 2010 21:41:03 +0100 Jaroslav Hajek merge MArray classes & improve Array interface
Thu, 11 Feb 2010 12:23:32 -0500 John W. Eaton untabify liboctave C++ sources
Thu, 28 Jan 2010 08:06:13 +0100 Jaroslav Hajek fix det() after singular matrix is flagged
Wed, 20 Jan 2010 19:04:35 -0500 John W. Eaton remove Emacs local-variable settings from liboctave source files
Wed, 20 Jan 2010 10:38:00 +0100 Jaroslav Hajek make OCTAVE_QUIT a function
Thu, 12 Nov 2009 15:47:58 +0100 Jaroslav Hajek improve unary mapper system
Sat, 26 Sep 2009 10:41:07 +0200 Jaroslav Hajek use blas_trans_type for xgemm
Wed, 23 Sep 2009 11:10:52 +0200 Jaroslav Hajek further improve mixed real-complex division
Wed, 23 Sep 2009 10:00:16 +0200 Jaroslav Hajek optimize / and '\ for triangular matrices
Sat, 19 Sep 2009 22:17:12 +0200 Jaroslav Hajek extend linspace & fix up liboctave rewrite
Fri, 18 Sep 2009 15:27:09 +0200 Jaroslav Hajek improve linspace in liboctave
Wed, 02 Sep 2009 09:21:36 +0200 Jaroslav Hajek add a couple of missing copyright statements
Thu, 27 Aug 2009 11:19:33 +0200 Jaroslav Hajek refactor comparison ops implementations
Fri, 21 Aug 2009 12:12:25 +0200 Jaroslav Hajek further bool ops tweaks
Fri, 21 Aug 2009 08:18:16 +0200 Jaroslav Hajek make ! operator check for NaNs, simplify implementations in liboctave
Wed, 19 Aug 2009 22:55:15 +0200 Jaroslav Hajek refactor binary & bool ops in liboctave
Sun, 16 Aug 2009 08:25:24 +0200 Jaroslav Hajek more fixes & tests for matrix multiply
Thu, 13 Aug 2009 18:20:31 -0400 John W. Eaton more configure changes for libraries