Sun, 06 Sep 2009 10:54:36 +0200 |
Jaroslav Hajek |
implement Array<T>::clear overloads
|
Sun, 23 Aug 2009 22:00:03 +0200 |
Jaroslav Hajek |
make a few Array methods inline
|
Wed, 19 Aug 2009 13:47:59 +0200 |
Jaroslav Hajek |
optimize op= in common cases
|
Fri, 12 Jun 2009 16:01:53 +0200 |
Jaroslav Hajek |
extend lookup capabilities
|
Fri, 15 May 2009 13:24:38 +0200 |
Jaroslav Hajek |
guard against implicit instantiation
|
Fri, 27 Mar 2009 12:22:05 +0100 |
Jaroslav Hajek |
make Array::find already return Matlab-compatible dimensions
|
Thu, 26 Mar 2009 13:05:03 +0100 |
Jaroslav Hajek |
adjust some array dim query methods
|
Thu, 26 Mar 2009 13:05:00 +0100 |
Jaroslav Hajek |
add Array<T>::find
|
Thu, 19 Mar 2009 17:46:38 +0100 |
Jaroslav Hajek |
optimize isnan/isinf/isfinite mappers
|
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
|
Thu, 19 Feb 2009 15:19:59 +0100 |
Jaroslav Hajek |
improve lookup, provide Array<T>::lookup
|
Thu, 12 Feb 2009 02:49:14 -0500 |
John W. Eaton |
[mq]: sort-traits
|
Wed, 11 Feb 2009 15:25:53 +0100 |
Jaroslav Hajek |
imported patch sort3.diff
|
Mon, 09 Feb 2009 13:05:35 +0100 |
Jaroslav Hajek |
sorting optimizations
|
Tue, 03 Feb 2009 08:16:39 +0100 |
Jaroslav Hajek |
reduce memory usage in sorting
|
Sat, 17 Jan 2009 16:33:30 +0100 |
Jaroslav Hajek |
add some explaining comments
|
Thu, 15 Jan 2009 07:22:24 +0100 |
Jaroslav Hajek |
clean up Array and DiagArray2
|
Thu, 15 Jan 2009 07:22:24 +0100 |
Jaroslav Hajek |
implement non-copying contiguous range indexing
|
Tue, 13 Jan 2009 12:16:21 +0100 |
Jaroslav Hajek |
remove qsort in favor of sort
|
Tue, 18 Nov 2008 11:14:31 -0500 |
John W. Eaton |
style fixes
|
Mon, 20 Oct 2008 16:54:28 +0200 |
Jaroslav Hajek |
improve dense array indexing
|
Fri, 03 Oct 2008 13:04:14 +0200 |
Jaroslav Hajek |
imported patch maybe_delete_fix.diff
|
Fri, 26 Sep 2008 11:52:01 -0400 |
Jaroslav Hajek |
make null assignment matlab compatible
|
Thu, 18 Sep 2008 16:58:27 -0400 |
Jaroslav Hajek |
make null assignment more Matlab-compatible
|
Thu, 18 Sep 2008 08:34:04 +0200 |
Jaroslav Hajek |
replace int->octave_idx_type in Array<T>
|
Sun, 27 Apr 2008 22:34:17 +0200 |
David Bateman |
First attempt at single precision tyeps
|
Wed, 16 Apr 2008 23:33:36 +0200 |
David Bateman |
Delete idx in Sparse<T> and Array<T> operator =
|
Fri, 21 Mar 2008 00:08:24 +0100 |
David Bateman |
Move diag function into the octave_value class
|
Wed, 20 Feb 2008 04:22:50 -0500 |
David Bateman |
convert mapper functions to new format
|