log liboctave/Sparse.cc @ 15020:560317fd5977

age author description
Thu, 26 Jul 2012 09:25:47 -0700 Rik maint: Cuddle open bracket used for indexing C++ arrays in source code.
Thu, 26 Jul 2012 08:13:22 -0700 Rik maint: Use Octave coding conventions for cuddled parentheses in liboctave/.
Sun, 08 Jul 2012 11:28:50 -0700 Rik maint: Use Octave coding convention for cuddled parenthis in function calls with empty argument lists.
Fri, 06 Jul 2012 14:00:25 -0700 Rik maint: Use Octave coding conventions for cuddled parenthesis in retval assignments.
Thu, 21 Jun 2012 14:42:05 -0400 John W. Eaton Special-case removing rows or columns from empty sparse matrices
Thu, 21 Jun 2012 14:29:21 -0400 Jordi Gutiérrez Hermoso Update Sparse sources to GNU standards (whitespace changes only)
Thu, 21 Jun 2012 14:29:10 -0400 Jordi Gutiérrez Hermoso maint: periodic merge of stable to default
Thu, 21 Jun 2012 14:24:33 -0400 David Bateman Return sparse column vectors when the indexing allows it (bug #36656) stable
Thu, 21 Jun 2012 14:23:33 -0400 Jordi Gutiérrez Hermoso Assign the sparse column index when deleting contiguous columns (bug #36656) stable
Sat, 19 May 2012 01:59:21 +0200 David Bateman Ensure sparse constructors have valid ridx and data indices even if they are zero matrices (bug #36104)
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
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