log src/data.cc @ 10703:5eb420d92307

age author description
Mon, 14 Jun 2010 14:53:11 +0200 Jaroslav Hajek fix sort and nth_element when trailing singleton dim is specified
Thu, 10 Jun 2010 19:09:41 -0400 Ben Abbott data.cc: Fix test for concatentating empty nd-arrays.
Thu, 10 Jun 2010 08:20:39 +0200 Jaroslav Hajek implement built-in vec()
Wed, 09 Jun 2010 21:44:21 +0200 Jaroslav Hajek improve reshape
Tue, 08 Jun 2010 20:22:38 -0700 Rik Improve documentation strings.
Sun, 06 Jun 2010 16:52:01 +0100 Michael Goffioul Specify template arguments explicitely [MSVC].
Thu, 22 Apr 2010 09:41:37 +0200 Jaroslav Hajek extend hypot to accept >2 args
Mon, 19 Apr 2010 15:31:49 +0200 Jaroslav Hajek reuse Array<T>::cat and Sparse<T>::cat in cat/horzcat/vertcat
Thu, 08 Apr 2010 12:50:15 +0200 Jaroslav Hajek fix & improve cat (bug #29465)
Tue, 23 Mar 2010 13:01:34 +0100 Jaroslav Hajek implement built-in rem and mod
Tue, 23 Mar 2010 09:30:46 +0100 Jaroslav Hajek implement general binary mapping facility
Tue, 09 Mar 2010 08:06:30 +0100 Jaroslav Hajek remove integer math warnings
Fri, 05 Mar 2010 12:31:30 +0100 Jaroslav Hajek optimize accumdim with summation
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:41:46 -0500 John W. Eaton untabify src C++ source files
Wed, 10 Feb 2010 16:12:13 -0500 John W. Eaton data.cc: use CLOCKS_PER_SEC instead of HZ
Wed, 10 Feb 2010 15:42:59 -0500 John W. Eaton data.cc: include <sys/times.h> and ensure that HZ is defined
Wed, 10 Feb 2010 07:57:43 +0100 Jaroslav Hajek remove islist
Wed, 10 Feb 2010 07:29:53 +0100 Jaroslav Hajek make isreal matlab compatible
Wed, 10 Feb 2010 07:07:00 +0100 Jaroslav Hajek clarify isnumeric and ismatrix
Tue, 09 Feb 2010 12:56:47 +0100 Jaroslav Hajek optimize return values of find and sort
Mon, 08 Feb 2010 15:24:42 +0100 Jaroslav Hajek update some copyright notices
Sat, 06 Feb 2010 11:11:43 +0100 Jaroslav Hajek small fixes to accumarray
Fri, 05 Feb 2010 12:09:21 +0100 Jaroslav Hajek new optimizations for accumarray
Tue, 02 Feb 2010 00:53:31 -0500 John W. Eaton use gnulib time, sys_time, and sys_times modules
Fri, 22 Jan 2010 12:37:03 +0100 Jaroslav Hajek fix norm and svd on empty matrices
Thu, 21 Jan 2010 15:41:19 -0500 John W. Eaton assume unistd.h and sys/types.h exist
Wed, 20 Jan 2010 20:39:26 -0500 John W. Eaton remove Emacs local-variable settings from source files in src directory
Wed, 20 Jan 2010 10:38:00 +0100 Jaroslav Hajek make OCTAVE_QUIT a function
Sat, 09 Jan 2010 02:24:49 -0500 John W. Eaton avoid various GCC warnings
Thu, 07 Jan 2010 17:26:18 -0500 John W. Eaton use times module from gnulib
Fri, 25 Dec 2009 22:31:25 +0100 Jaroslav Hajek allow ismatrix on character matrices
Sat, 19 Dec 2009 21:10:46 +0100 Jaroslav Hajek allow size_equal with 0 arguments
Thu, 26 Nov 2009 07:53:38 +0100 Jaroslav Hajek make ismatrix consistent for empty matrices
Tue, 24 Nov 2009 12:30:26 +0100 Jaroslav Hajek move idx_add methods to MArrayN
Mon, 23 Nov 2009 10:50:10 +0100 Jaroslav Hajek fix test in merge
Fri, 20 Nov 2009 14:43:38 +0100 Jaroslav Hajek fix merge
Fri, 13 Nov 2009 11:45:39 +0100 Jaroslav Hajek improve & partially revert previous change
Thu, 12 Nov 2009 15:47:58 +0100 Jaroslav Hajek improve unary mapper system
Sun, 01 Nov 2009 13:59:19 -0500 John W. Eaton issorted: new option for sort mode
Fri, 23 Oct 2009 09:28:14 -0700 Rik Periodic grammar check of Octave documentation files to ensure common format
Sat, 17 Oct 2009 21:23:25 +0200 Jaroslav Hajek clarify nth_element docstring
Fri, 16 Oct 2009 13:12:31 +0200 Jaroslav Hajek remove ArrayN<T> + fix nonhom. diag-scalar ops
Wed, 14 Oct 2009 13:23:31 +0200 Jaroslav Hajek implement nth_element
Tue, 13 Oct 2009 12:50:06 +0200 Jaroslav Hajek fix reduction functions docstrings
Tue, 13 Oct 2009 12:22:50 +0200 Jaroslav Hajek improve sum & implement the 'extra' option, refactor some code
Thu, 08 Oct 2009 08:09:12 +0200 Jaroslav Hajek simplify length,ndims,size and size_equal
Thu, 08 Oct 2009 08:03:59 +0200 Jaroslav Hajek avoid recursive overloaded calls in builtin numel
Mon, 05 Oct 2009 00:11:07 -0400 John W. Eaton eliminate is_string argument from octave_value character array constructors
Fri, 02 Oct 2009 08:27:44 +0200 Jaroslav Hajek implement builtin_type
Sat, 19 Sep 2009 22:17:12 +0200 Jaroslav Hajek extend linspace & fix up liboctave rewrite
Wed, 26 Aug 2009 08:02:25 +0200 Jaroslav Hajek fix order of args in fmod
Sun, 23 Aug 2009 05:57:51 +0200 Jaroslav Hajek improve unop/binop implementation in data.cc
Wed, 12 Aug 2009 07:20:47 +0200 Jaroslav Hajek fix some functions help markup
Tue, 11 Aug 2009 09:08:12 +0200 Jaroslav Hajek implement built-in diff
Sat, 08 Aug 2009 08:41:18 +0200 Jaroslav Hajek make ifelse an alias or merge
Thu, 30 Jul 2009 21:14:04 +0200 Jaroslav Hajek rename merge -> ifelse
Thu, 30 Jul 2009 13:23:21 +0200 Jaroslav Hajek implement merge function
Thu, 09 Jul 2009 15:41:27 -0400 John W. Eaton data.cc (Fones, Fzeros, Ftrue, Ffalse): update docstring