log liboctave/fCNDArray.cc @ 12312:b10ea6efdc58 release-3-4-x ss-3-3-91

age author description
Thu, 20 Jan 2011 17:24:59 -0500 John W. Eaton strip trailing whitespace from source files
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, 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
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, ...)
Fri, 13 Nov 2009 12:34:46 +0100 Jaroslav Hajek narrow complex values with negative zero imaginary parts
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
Fri, 04 Sep 2009 11:22:53 +0200 Jaroslav Hajek further liboctave design improvements
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
Wed, 19 Aug 2009 13:47:59 +0200 Jaroslav Hajek optimize op= in common cases
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
Fri, 11 Jul 2008 14:56:30 -0400 John W. Eaton error for NaN values in & and | expressions
Sun, 27 Apr 2008 22:34:17 +0200 David Bateman First attempt at single precision tyeps