Mon, 14 Jun 2010 10:41:47 +0200 |
Jaroslav Hajek |
implement missing copy_data case in idx_vector (bug #30099)
|
Tue, 11 May 2010 07:25:20 +0200 |
Jaroslav Hajek |
fix off-by-1 error in idx_vector (bug #29851)
|
Tue, 13 Apr 2010 14:59:01 +0200 |
Jaroslav Hajek |
optimize some special indexing & assignment cases
|
Tue, 13 Apr 2010 12:36:21 +0200 |
Jaroslav Hajek |
rewrite sparse indexed assignment
|
Tue, 06 Apr 2010 15:38:56 +0200 |
Jaroslav Hajek |
optimize null assignment with bool masks
|
Tue, 06 Apr 2010 08:28:15 +0200 |
Jaroslav Hajek |
Back out changeset 4e64fbbd5c58
|
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
|