Mon, 21 Jun 2010 15:48:56 +0200 |
Jaroslav Hajek |
improve cat code design in data.cc, make horzcat/vertcat more Matlab compatible
|
Mon, 14 Jun 2010 14:53:11 +0200 |
Jaroslav Hajek |
fix sort and nth_element when trailing singleton dim is specified
|
Wed, 28 Apr 2010 01:41:22 -0400 |
John W. Eaton |
fixes for --enable-64
|
Fri, 23 Apr 2010 09:48:57 +0200 |
Jaroslav Hajek |
fix bug in sparse vector assignment (bug #29646)
|
Tue, 20 Apr 2010 08:42:03 +0200 |
Jaroslav Hajek |
improve sparse concatenation operator
|
Mon, 19 Apr 2010 15:31:49 +0200 |
Jaroslav Hajek |
reuse Array<T>::cat and Sparse<T>::cat in cat/horzcat/vertcat
|
Sun, 18 Apr 2010 17:56:16 +0200 |
Jaroslav Hajek |
basic cat functionality in liboctave
|
Fri, 16 Apr 2010 16:14:45 +0200 |
David Bateman |
Replace nzmax by nnz as needed
|
Wed, 14 Apr 2010 12:23:13 +0200 |
Jaroslav Hajek |
add some missing copyright stmts
|
Wed, 14 Apr 2010 08:27:37 +0200 |
Jaroslav Hajek |
fix failing sparse assignment tests
|
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
|
Mon, 12 Apr 2010 12:57:44 +0200 |
Jaroslav Hajek |
properly compress sparse matrices after assembly
|
Sat, 10 Apr 2010 21:04:55 +0200 |
Jaroslav Hajek |
replace nzmax by nnz where appropriate in liboctave
|
Thu, 08 Apr 2010 14:37:36 +0200 |
Jaroslav Hajek |
optimize sparse resize
|
Thu, 08 Apr 2010 10:29:57 +0200 |
Jaroslav Hajek |
improve & fix SparseRep reallocation and compression
|
Wed, 07 Apr 2010 13:00:25 +0200 |
Jaroslav Hajek |
optimize (:) indexing of sparse column vectors
|
Wed, 07 Apr 2010 12:07:06 +0200 |
Jaroslav Hajek |
fix order of func defs in Sparse.cc
|
Tue, 06 Apr 2010 13:42:59 +0200 |
Jaroslav Hajek |
rewrite sparse null assignment (part 2)
|
Fri, 02 Apr 2010 16:04:52 +0200 |
Jaroslav Hajek |
rewrite sparse null assignment (part 1)
|
Wed, 31 Mar 2010 10:24:57 +0200 |
Jaroslav Hajek |
remove old sparse assembly ctors
|
Wed, 31 Mar 2010 10:03:55 +0200 |
Jaroslav Hajek |
optimize sparse matrix assembly
|
Fri, 26 Mar 2010 10:41:56 +0100 |
Jaroslav Hajek |
improve sparse 2d indexing (part 3)
|
Wed, 24 Mar 2010 10:38:39 +0100 |
Jaroslav Hajek |
improve sparse 2d indexing (part 2)
|
Mon, 22 Mar 2010 13:54:22 +0100 |
Jaroslav Hajek |
improve sparse 2D indexing (part 1)
|
Fri, 19 Mar 2010 13:00:06 +0100 |
Jaroslav Hajek |
rewrite 1D sparse indexing
|
Thu, 18 Mar 2010 14:55:52 +0100 |
Jaroslav Hajek |
improve sparse indexing interface
|
Tue, 02 Mar 2010 00:44:12 +0100 |
David Bateman |
Special case sparse index method for ranges and maybe_delete_elements method for sparse vectors
|
Sat, 27 Feb 2010 16:05:16 -0500 |
John W. Eaton |
avoid indexing nonexistent elements in sparse diag
|
Tue, 23 Feb 2010 16:12:27 +0100 |
Jaroslav Hajek |
remove Array2
|