log liboctave/Sparse.h @ 13995:8a566473361e

age author description
Mon, 05 Dec 2011 00:30:54 -0500 John W. Eaton use static storage for Sparse nil rep instead of allocating it with new
Sat, 03 Dec 2011 15:19:42 +0000 Michael Goffioul Use thread-safe atomic reference counting (GCC and MSVC).
Tue, 30 Aug 2011 18:36:06 -0500 Jordi GutiƩrrez Hermoso Make operators do smarter sparse conversions on permutation matrices.
Thu, 20 Jan 2011 11:10:27 +0100 Jaroslav Hajek implement a common class for reference counts
Mon, 21 Apr 2008 03:03:40 -0400 John W. Eaton update copyright dates release-3-0-x
Wed, 16 Apr 2008 23:33:36 +0200 David Bateman Delete idx in Sparse<T> and Array<T> operator = release-3-0-x
Thu, 20 Jan 2011 17:24:59 -0500 John W. Eaton strip trailing whitespace from source files
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Mon, 21 Jun 2010 15:48:56 +0200 Jaroslav Hajek improve cat code design in data.cc, make horzcat/vertcat more Matlab compatible
Tue, 20 Apr 2010 09:05:16 +0200 Jaroslav Hajek remove old assign decls from Sparse.h
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
Tue, 13 Apr 2010 14:56:29 +0200 Jaroslav Hajek omissions from last patch
Tue, 13 Apr 2010 12:45:24 +0200 Jaroslav Hajek improve conversion & copy ctors of sparse matrix
Tue, 13 Apr 2010 12:36:21 +0200 Jaroslav Hajek rewrite sparse indexed assignment
Thu, 08 Apr 2010 10:29:57 +0200 Jaroslav Hajek improve & fix SparseRep reallocation and compression
Tue, 06 Apr 2010 13:42:59 +0200 Jaroslav Hajek rewrite sparse null assignment (part 2)
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, 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
Thu, 25 Feb 2010 12:55:13 +0100 Jaroslav Hajek improve some size_t queries
Tue, 23 Feb 2010 16:12:27 +0100 Jaroslav Hajek remove Array2
Thu, 11 Feb 2010 12:14:48 -0500 John W. Eaton untabify liboctave header files
Wed, 20 Jan 2010 19:04:35 -0500 John W. Eaton remove Emacs local-variable settings from liboctave source files
Wed, 20 Jan 2010 10:38:00 +0100 Jaroslav Hajek make OCTAVE_QUIT a function
Wed, 18 Nov 2009 13:34:58 +0100 Jaroslav Hajek fix loading sparse matrices
Thu, 12 Nov 2009 15:47:58 +0100 Jaroslav Hajek improve unary mapper system