Fri, 09 Mar 2012 16:39:24 -0500 |
John W. Eaton |
maint: periodic merge of stable to default
|
Mon, 05 Mar 2012 09:33:07 -0500 |
Marco Caliari |
Fix sparse range indexing bug (bug #35570)
stable
|
Fri, 02 Mar 2012 22:13:16 -0800 |
Rik |
Use Octave coding conventions in liboctave %!test blocks
|
Mon, 02 Jan 2012 14:25:41 -0500 |
John W. Eaton |
maint: update copyright notices for 2012
stable
|
Sat, 03 Dec 2011 15:19:42 +0000 |
Michael Goffioul |
Use thread-safe atomic reference counting (GCC and MSVC).
|
Tue, 08 Nov 2011 09:07:13 -0800 |
Rik |
Remove 3 unused warning ids
|
Wed, 31 Aug 2011 18:04:47 -0500 |
Jordi Gutiérrez Hermoso |
Remove an unneeded explicit instantiation
|
Tue, 30 Aug 2011 18:36:06 -0500 |
Jordi Gutiérrez Hermoso |
Make operators do smarter sparse conversions on permutation matrices.
|
Mon, 14 Mar 2011 23:36:20 -0600 |
Jordi Gutiérrez Hermoso |
Change copy_backward to copy in Sparse<T>::assign, bug #32747
|
Mon, 31 Jan 2011 17:09:24 -0500 |
John W. Eaton |
sparse matrix indexed assignment bug
|
Thu, 27 Jan 2011 16:46:50 -0500 |
John W. Eaton |
sparse matrix indexed assignment bug
|
Wed, 16 Apr 2008 23:33:36 +0200 |
David Bateman |
Delete idx in Sparse<T> and Array<T> operator =
release-3-0-x
|
Mon, 07 Apr 2008 13:40:38 -0400 |
John W. Eaton |
update copyright dates
release-3-0-x
|
Mon, 03 Mar 2008 20:00:17 -0500 |
David Bateman |
Treat repeated indices in the sparse assignments
release-3-0-x
|
Thu, 20 Jan 2011 18:43:39 -0500 |
John W. Eaton |
style fixes for warning and error messages in source files
|
Thu, 20 Jan 2011 17:24:59 -0500 |
John W. Eaton |
strip trailing whitespace from source files
|
Thu, 20 Jan 2011 02:46:51 +0100 |
David Bateman |
Fix indexing error in the construction of sparse matrices
|
Wed, 19 Jan 2011 17:55:56 -0500 |
John W. Eaton |
attempt better backward compatibility for Array constructors
|
Fri, 14 Jan 2011 05:47:45 -0500 |
John W. Eaton |
update copyright notices
|
Thu, 13 Jan 2011 06:02:52 -0500 |
John W. Eaton |
Sparse.cc: more constructor fixes
|
Fri, 03 Dec 2010 11:46:09 -0800 |
Rik |
Fix bug #31734 where certain indices caused sparse matrices to segfault.
|
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
|