log src/ov.h @ 9835:1bb1ed717d2f

age author description
Thu, 19 Nov 2009 10:30:57 +0100 Jaroslav Hajek implement built-in erfinv
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
Mon, 09 Nov 2009 10:21:31 +0100 Jaroslav Hajek support sparse templated extractors
Fri, 16 Oct 2009 13:12:31 +0200 Jaroslav Hajek remove ArrayN<T> + fix nonhom. diag-scalar ops
Thu, 15 Oct 2009 13:07:44 +0200 Jaroslav Hajek again allow the obsolete syntax for cellfun
Wed, 14 Oct 2009 13:23:31 +0200 Jaroslav Hajek implement nth_element
Wed, 07 Oct 2009 12:01:30 -0400 John W. Eaton octave_value::get_count: return octave_idx_type, not int
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
Wed, 23 Sep 2009 10:00:16 +0200 Jaroslav Hajek optimize / and '\ for triangular matrices
Sat, 19 Sep 2009 21:38:30 +0200 Jaroslav Hajek implement templated octave_value extractor
Thu, 03 Sep 2009 08:48:51 +0200 Jaroslav Hajek reuse temporary arrays in nested expressions
Thu, 13 Aug 2009 11:52:07 +0200 Jaroslav Hajek simplify cloning
Mon, 03 Aug 2009 15:52:40 +0200 Jaroslav Hajek supply optimized compiled sub2ind & ind2sub
Mon, 15 Jun 2009 12:52:53 +0200 Jaroslav Hajek autocache indices returned from find et al.
Wed, 10 Jun 2009 11:31:58 +0200 Jaroslav Hajek improve indexed assignment using indexed numel
Thu, 23 Apr 2009 16:05:52 -0400 John W. Eaton object exemplars
Tue, 24 Mar 2009 11:29:53 -0400 rtshort Partial implementation of derived classes using the old form with "@" files.
Tue, 17 Mar 2009 21:38:12 +0100 Jaroslav Hajek implement fast octave_value constructor
Sat, 14 Mar 2009 23:08:08 +0100 Jaroslav Hajek implement compound logical ops
Thu, 12 Mar 2009 09:24:37 +0100 Jaroslav Hajek remove float perm matrices
Tue, 10 Mar 2009 13:55:52 -0400 John W. Eaton include <iosfwd> instead of <iostream> in header files
Sat, 07 Mar 2009 10:41:27 -0500 John W. Eaton update copyright notices
Fri, 06 Mar 2009 12:00:11 +0100 Jaroslav Hajek add diag & perm matrix query methods to octave_value
Wed, 18 Feb 2009 23:34:03 -0500 John W. Eaton int -> octave_idx fixes
Thu, 12 Feb 2009 15:29:12 -0500 John W. Eaton rename internal issorted and issorted_rows functions to is_sorted and is_sorted_rows
Thu, 12 Feb 2009 15:16:35 -0500 John W. Eaton rename all uses of sortrows_idx to sort_rows_idx
Thu, 12 Feb 2009 14:37:43 -0500 John W. Eaton [mq]: x
Wed, 11 Feb 2009 15:25:53 +0100 Jaroslav Hajek imported patch sort3.diff
Thu, 05 Feb 2009 01:19:29 -0500 John W. Eaton require HDF5 v1.6 API
Wed, 21 Jan 2009 13:02:49 +0100 Jaroslav Hajek further improve struct&cell indexing & indexed assignment
Tue, 20 Jan 2009 21:15:17 +0100 Jaroslav Hajek improve parser indexed assigment code
Sat, 17 Jan 2009 16:33:30 +0100 Jaroslav Hajek add some explaining comments
Thu, 15 Jan 2009 07:22:24 +0100 Jaroslav Hajek implement non-copying contiguous range indexing
Mon, 12 Jan 2009 13:06:06 +0100 Jaroslav Hajek reimplement full as method of octave_base_value
Sun, 11 Jan 2009 14:27:52 +0100 Jaroslav Hajek optimize structure components access
Sat, 27 Dec 2008 17:01:52 +0100 Jaroslav Hajek remove valid_as_scalar_index
Thu, 04 Dec 2008 12:03:45 +0100 Jaroslav Hajek make det & inv aware of diagonal & permutation matrices
Thu, 04 Dec 2008 08:31:56 +0100 Jaroslav Hajek support permutation matrix objects
Wed, 03 Dec 2008 13:32:57 +0100 Jaroslav Hajek implement diagonal matrix objects
Tue, 25 Nov 2008 14:04:55 +0100 Jaroslav Hajek fix empty matrix handling in switch statement
Tue, 25 Nov 2008 14:04:55 +0100 Jaroslav Hajek smarter conversion lookup
Fri, 26 Sep 2008 11:52:01 -0400 Jaroslav Hajek make null assignment matlab compatible
Thu, 07 Aug 2008 14:05:11 -0400 John W. Eaton octave_value::idx_type_value: move definition to ov.cc from ov.h
Thu, 12 Jun 2008 10:42:56 -0400 John W. Eaton eliminate streamoff type
Fri, 06 Jun 2008 15:04:12 -0400 John W. Eaton clear subfunctions when clearing parent function
Wed, 07 May 2008 16:33:15 +0200 Jaroslav Hajek support for compound operators, implement trans_mul, mul_trans, herm_mul and mul_herm
Sun, 27 Apr 2008 22:34:17 +0200 David Bateman First attempt at single precision tyeps
Tue, 06 May 2008 05:51:17 -0400 John W. Eaton symbol table reporting functions
Wed, 30 Apr 2008 03:30:34 -0400 Jaroslav Hajek implement builtin log2
Wed, 16 Apr 2008 22:08:15 -0400 John W. Eaton octave_user_code: new base class for octave_user_script and octave_user_function
Tue, 25 Mar 2008 19:47:21 -0400 Jaroslav Hajek implement expm1 and log1p functions
Tue, 25 Mar 2008 15:56:41 -0400 Jaroslav Hajek implement mapper function for banker's rounding
Fri, 21 Mar 2008 00:08:24 +0100 David Bateman Move diag function into the octave_value class
Mon, 10 Mar 2008 22:24:49 -0400 John W. Eaton new isfloat function
Mon, 25 Feb 2008 15:57:49 -0500 John W. Eaton try to avoid ctype macro problems
Wed, 20 Feb 2008 04:22:50 -0500 David Bateman convert mapper functions to new format
Mon, 18 Feb 2008 14:54:10 -0500 John W. Eaton don't clear locked functions
Fri, 08 Feb 2008 16:00:16 -0500 John W. Eaton eliminate UNDEFINED sort mode