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 02:02:54 -0400 |
John W. Eaton |
ensure that complex matrix multiplication results are fully initialized
|
Sat, 05 Nov 2011 01:59:40 -0400 |
John W. Eaton |
always initialize info and rcon in Matrix determinant methods
|
Tue, 06 Sep 2011 14:58:44 -0400 |
JĂșlio Hoffimann |
maint: fix compilation problem with g++ -std=c++0x option
|
Sun, 23 Aug 2009 11:11:27 +0200 |
Jaroslav Hajek |
more fixes & tests for matrix multiply
release-3-2-x
|
Sun, 23 Aug 2009 11:11:27 +0200 |
Jaroslav Hajek |
make single prec. matrix mutliply tests really single
release-3-2-x
|
Sun, 23 Aug 2009 11:10:35 +0200 |
Jaroslav Hajek |
fix typos in complex xgemm
release-3-2-x
|
Fri, 21 Jan 2011 11:05:21 -0500 |
John W. Eaton |
avoid apparent bug in ATLAS versions of CHERK/ZHERK
|
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
|
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
|
Fri, 09 Jul 2010 14:12:59 +0200 |
Jaroslav Hajek |
implement proper CGELSD/ZGELSD RWORK size formulas, as found in lapack SVN
|
Wed, 16 Jun 2010 14:36:23 +0200 |
Jaroslav Hajek |
workaround bug #30044 (likely in LAPACK)
|
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
|