log liboctave/idx-vector.cc @ 10487:942386d6d1a5

age author description
Fri, 02 Apr 2010 15:15:41 -0400 John W. Eaton style fixes
Fri, 02 Apr 2010 14:28:34 -0400 John W. Eaton allow non-integer values in ranges used for array indexing
Wed, 31 Mar 2010 10:03:55 +0200 Jaroslav Hajek optimize sparse matrix assembly
Mon, 29 Mar 2010 14:08:30 +0200 Jaroslav Hajek helper idx_vector methods
Fri, 19 Mar 2010 13:00:06 +0100 Jaroslav Hajek rewrite 1D sparse indexing
Sun, 28 Feb 2010 08:19:49 +0100 Jaroslav Hajek implement IDs for common liboctave exceptions
Fri, 19 Feb 2010 11:47:47 +0100 Jaroslav Hajek optimize some lazy index operations
Thu, 11 Feb 2010 12:23:32 -0500 John W. Eaton untabify liboctave C++ sources
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
Mon, 08 Feb 2010 11:16:52 +0100 Jaroslav Hajek implement special-case optimization for sort of index vectors
Wed, 03 Feb 2010 15:27:53 -0500 John W. Eaton 64-bit fixes
Wed, 20 Jan 2010 19:04:35 -0500 John W. Eaton remove Emacs local-variable settings from liboctave source files
Wed, 13 Jan 2010 22:31:48 -0500 John W. Eaton cleanups to avoid valgrind warnings
Wed, 30 Dec 2009 05:30:54 +0100 Jaroslav Hajek implement index reduction rule for multiple constant ranges
Tue, 01 Dec 2009 10:41:52 +0100 Jaroslav Hajek improve idx_vector->octave_value conversion
Fri, 27 Nov 2009 14:42:07 +0100 Jaroslav Hajek smarter treatment of mask indexing
Thu, 05 Nov 2009 21:13:31 +0100 Jaroslav Hajek rename oct-mem functions
Tue, 03 Nov 2009 11:35:59 +0100 Jaroslav Hajek optimize memory manipulation by arrays & indexing
Tue, 03 Nov 2009 07:44:20 +0100 Jaroslav Hajek improve index reduction rules
Fri, 23 Oct 2009 10:35:59 +0200 Jaroslav Hajek fix idx_vector construction checks
Wed, 14 Oct 2009 13:23:31 +0200 Jaroslav Hajek implement nth_element
Wed, 02 Sep 2009 09:21:36 +0200 Jaroslav Hajek add a couple of missing copyright statements
Mon, 03 Aug 2009 15:52:40 +0200 Jaroslav Hajek supply optimized compiled sub2ind & ind2sub
Thu, 16 Apr 2009 08:06:38 +0200 Jaroslav Hajek fix checking valid range subscripts
Fri, 27 Mar 2009 07:28:13 +0100 Jaroslav Hajek more compatible indexing by logical empty matrices
Mon, 23 Mar 2009 14:23:48 +0100 Jaroslav Hajek simplify double->int conversion in indexing
Fri, 13 Mar 2009 13:39:22 +0100 Jaroslav Hajek more indexing optimizations
Sat, 07 Mar 2009 10:41:27 -0500 John W. Eaton update copyright notices
Thu, 05 Feb 2009 14:34:30 +0100 Jaroslav Hajek use allocators for idx_vector_rep subclasses