Wed, 22 Aug 2012 17:36:54 -0400 |
John W. Eaton |
use std::numeric_limits for integer max and min values
|
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.
|
Fri, 06 Jul 2012 14:00:25 -0700 |
Rik |
maint: Use Octave coding conventions for cuddled parenthesis in retval assignments.
|
Thu, 12 Apr 2012 16:27:39 -0400 |
John W. Eaton |
make diag (x, m, n) return a proper diagonal matrix object (bug #36099)
|
Mon, 02 Jan 2012 14:25:41 -0500 |
John W. Eaton |
maint: update copyright notices for 2012
stable
|
Wed, 26 Oct 2011 14:19:54 -0400 |
John W. Eaton |
allow negative data log plots with OpenGL+FLTK graphics (bug #34232)
|
Wed, 24 Aug 2011 23:12:28 -0500 |
Jordi GutiƩrrez Hermoso |
Enable automatic bsxfun for power operators
|
Mon, 07 Apr 2008 13:40:38 -0400 |
John W. Eaton |
update copyright dates
release-3-0-x
|
Tue, 18 Mar 2008 20:47:40 -0400 |
David Bateman |
Chop trailing singletons in min/max functions
release-3-0-x
|
Thu, 20 Jan 2011 17:24:59 -0500 |
John W. Eaton |
strip trailing whitespace from source files
|
Fri, 14 Jan 2011 05:47:45 -0500 |
John W. Eaton |
update copyright notices
|
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
|
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
|
Wed, 17 Feb 2010 10:40:36 +0100 |
Jaroslav Hajek |
simplify min/max definitions in liboctave
|
Thu, 11 Feb 2010 12:23:32 -0500 |
John W. Eaton |
untabify liboctave C++ sources
|
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:58:55 +0100 |
Jaroslav Hajek |
simplify pairwise min/max implementations
|
Wed, 20 Jan 2010 10:38:00 +0100 |
Jaroslav Hajek |
make OCTAVE_QUIT a function
|
Wed, 18 Nov 2009 12:03:07 +0100 |
Jaroslav Hajek |
optimize bsxfun (@power, ...)
|
Thu, 12 Nov 2009 15:47:58 +0100 |
Jaroslav Hajek |
improve unary mapper system
|
Wed, 11 Nov 2009 10:59:27 +0100 |
Jaroslav Hajek |
improve some mx_inline loops
|
Tue, 20 Oct 2009 10:47:22 +0200 |
Jaroslav Hajek |
optimize bsxfun for common built-in operations
|
Fri, 16 Oct 2009 13:12:31 +0200 |
Jaroslav Hajek |
remove ArrayN<T> + fix nonhom. diag-scalar ops
|
Tue, 13 Oct 2009 12:22:50 +0200 |
Jaroslav Hajek |
improve sum & implement the 'extra' option, refactor some code
|
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
|
Thu, 13 Aug 2009 18:20:31 -0400 |
John W. Eaton |
more configure changes for libraries
|
Tue, 11 Aug 2009 09:08:12 +0200 |
Jaroslav Hajek |
implement built-in diff
|
Wed, 29 Jul 2009 12:15:27 -0400 |
John W. Eaton |
sanity checks for loading sparse matrices
|
Mon, 02 Mar 2009 08:07:48 +0100 |
Jaroslav Hajek |
use explicit template qualifs to please Intel C++ and MSVC++
|
Fri, 20 Mar 2009 11:39:25 +0100 |
Jaroslav Hajek |
allow empty matrices in stream input operators
|
Thu, 19 Mar 2009 17:46:38 +0100 |
Jaroslav Hajek |
optimize isnan/isinf/isfinite mappers
|
Sat, 14 Mar 2009 19:42:50 +0100 |
Jaroslav Hajek |
fix & simplify ndarray->matrix conversions
|
Wed, 11 Mar 2009 10:31:08 +0100 |
Jaroslav Hajek |
ensure nonnegative char -> real conversion
|
Sat, 07 Mar 2009 10:41:27 -0500 |
John W. Eaton |
update copyright notices
|
Tue, 17 Feb 2009 11:26:29 +0100 |
Jaroslav Hajek |
implement cummin/cummax functions
|
Tue, 17 Feb 2009 08:38:00 +0100 |
Jaroslav Hajek |
split implementation and interface in mx-op-defs and MArray-defs
|
Mon, 16 Feb 2009 08:52:00 +0100 |
Jaroslav Hajek |
optimize min/max functions
|
Sat, 14 Feb 2009 19:50:43 +0100 |
Jaroslav Hajek |
reimplement any & all using the new reduction code
|
Fri, 13 Feb 2009 21:04:50 +0100 |
Jaroslav Hajek |
improve reduction functions
|
Mon, 02 Feb 2009 15:35:32 +0100 |
Jaroslav Hajek |
abs,real,imag,conj: use code from mx-inlines rather than the generic map
|
Wed, 29 Oct 2008 16:52:10 +0100 |
Jaroslav Hajek |
improve OCTAVE_LOCAL_BUFFER
|
Thu, 17 Jul 2008 10:56:22 -0400 |
John W. Eaton |
Fix NDArray compilation/export
|
Fri, 11 Jul 2008 14:56:30 -0400 |
John W. Eaton |
error for NaN values in & and | expressions
|
Mon, 30 Jun 2008 15:51:31 +0200 |
David Bateman |
new NDArray constructor for ArrayN<octave_idx_type>
|
Sun, 27 Apr 2008 22:34:17 +0200 |
David Bateman |
First attempt at single precision tyeps
|
Fri, 21 Mar 2008 00:08:24 +0100 |
David Bateman |
Move diag function into the octave_value class
|
Tue, 18 Mar 2008 20:27:50 -0400 |
David Bateman |
Chop trailing singletons in min/max functions
|
Wed, 20 Feb 2008 04:22:50 -0500 |
David Bateman |
convert mapper functions to new format
|
Fri, 12 Oct 2007 21:27:37 +0000 |
jwe |
[project @ 2007-10-12 21:27:11 by jwe]
|
Fri, 12 Oct 2007 06:41:26 +0000 |
jwe |
[project @ 2007-10-12 06:40:56 by jwe]
|
Tue, 09 Oct 2007 20:32:43 +0000 |
jwe |
[project @ 2007-10-09 20:32:42 by jwe]
|
Fri, 18 Aug 2006 21:27:04 +0000 |
jwe |
[project @ 2006-08-18 21:27:03 by jwe]
|
Mon, 24 Apr 2006 19:13:11 +0000 |
jwe |
[project @ 2006-04-24 19:13:06 by jwe]
|
Wed, 15 Jun 2005 03:45:49 +0000 |
jwe |
[project @ 2005-06-15 03:45:46 by jwe]
|
Tue, 14 Jun 2005 17:13:45 +0000 |
jwe |
[project @ 2005-06-14 17:13:45 by jwe]
|
Tue, 26 Apr 2005 19:24:47 +0000 |
jwe |
[project @ 2005-04-26 19:24:27 by jwe]
|
Fri, 08 Apr 2005 16:07:37 +0000 |
jwe |
[project @ 2005-04-08 16:07:35 by jwe]
|
Fri, 25 Feb 2005 19:55:28 +0000 |
jwe |
[project @ 2005-02-25 19:55:24 by jwe]
|
Wed, 19 Jan 2005 02:11:53 +0000 |
jwe |
[project @ 2005-01-19 02:11:53 by jwe]
|
Tue, 28 Dec 2004 03:36:14 +0000 |
jwe |
[project @ 2004-12-28 03:36:13 by jwe]
|
Tue, 09 Nov 2004 18:31:26 +0000 |
jwe |
[project @ 2004-11-09 18:31:25 by jwe]
|
Tue, 24 Aug 2004 19:32:46 +0000 |
jwe |
[project @ 2004-08-24 19:30:31 by jwe]
|
Fri, 23 Jul 2004 19:01:23 +0000 |
jwe |
[project @ 2004-07-23 19:01:22 by jwe]
|
Mon, 14 Jun 2004 18:49:09 +0000 |
jwe |
[project @ 2004-06-14 18:46:20 by jwe]
|
Fri, 02 Apr 2004 17:26:54 +0000 |
jwe |
[project @ 2004-04-02 17:26:53 by jwe]
|
Thu, 04 Mar 2004 18:13:46 +0000 |
jwe |
[project @ 2004-03-04 18:13:46 by jwe]
|
Tue, 02 Mar 2004 05:12:33 +0000 |
jwe |
[project @ 2004-03-02 05:12:32 by jwe]
|
Tue, 17 Feb 2004 15:32:13 +0000 |
jwe |
[project @ 2004-02-17 15:32:13 by jwe]
|
Mon, 16 Feb 2004 19:02:33 +0000 |
jwe |
[project @ 2004-02-16 19:02:32 by jwe]
|
Mon, 16 Feb 2004 16:22:43 +0000 |
jwe |
[project @ 2004-02-16 16:22:43 by jwe]
|
Mon, 16 Feb 2004 05:07:23 +0000 |
jwe |
[project @ 2004-02-16 05:07:23 by jwe]
|
Fri, 13 Feb 2004 23:01:34 +0000 |
jwe |
[project @ 2004-02-13 23:01:34 by jwe]
|
Tue, 06 Jan 2004 21:53:34 +0000 |
jwe |
[project @ 2004-01-06 21:53:34 by jwe]
|
Wed, 19 Nov 2003 21:23:19 +0000 |
jwe |
[project @ 2003-11-19 21:22:39 by jwe]
|
Mon, 10 Nov 2003 17:22:02 +0000 |
jwe |
[project @ 2003-11-10 17:18:48 by jwe]
|
Fri, 31 Oct 2003 19:47:36 +0000 |
jwe |
[project @ 2003-10-31 19:47:35 by jwe]
|
Thu, 30 Oct 2003 05:48:17 +0000 |
jwe |
[project @ 2003-10-30 05:48:17 by jwe]
|
Wed, 29 Oct 2003 06:25:12 +0000 |
jwe |
[project @ 2003-10-29 06:25:12 by jwe]
|
Tue, 28 Oct 2003 05:02:10 +0000 |
jwe |
[project @ 2003-10-28 05:02:10 by jwe]
|
Sat, 18 Oct 2003 03:53:53 +0000 |
jwe |
[project @ 2003-10-18 03:53:52 by jwe]
|
Fri, 10 Oct 2003 00:49:55 +0000 |
jwe |
[project @ 2003-10-10 00:49:54 by jwe]
|
Fri, 19 Sep 2003 21:41:21 +0000 |
jwe |
[project @ 2003-09-19 21:40:57 by jwe]
|
Fri, 12 Sep 2003 16:46:04 +0000 |
jwe |
[project @ 2003-09-12 16:46:04 by jwe]
|