log liboctave/dSparse.cc @ 10550:c48b7048e720

age author description
Fri, 23 Apr 2010 14:43:41 -0400 John W. Eaton style fixes
Wed, 14 Apr 2010 12:23:13 +0200 Jaroslav Hajek add some missing copyright stmts
Mon, 22 Mar 2010 12:05:33 +0100 Jaroslav Hajek simplify sparse->full conversions in liboctave
Thu, 18 Mar 2010 14:55:52 +0100 Jaroslav Hajek improve sparse indexing interface
Sat, 23 Jan 2010 21:41:03 +0100 Jaroslav Hajek merge MArray classes & improve Array interface
Thu, 11 Feb 2010 12:23:32 -0500 John W. Eaton untabify liboctave C++ sources
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
Mon, 23 Nov 2009 10:00:29 +0100 Jaroslav Hajek implement sparse logical conversion
Thu, 12 Nov 2009 15:47:58 +0100 Jaroslav Hajek improve unary mapper system
Mon, 09 Nov 2009 13:09:49 +0100 Jaroslav Hajek rewrite dispatch part & slightly improve min,max,cummin,cummax
Wed, 29 Jul 2009 12:15:27 -0400 John W. Eaton sanity checks for loading sparse matrices
Fri, 03 Jul 2009 12:21:12 +0200 Jaroslav Hajek fix bugs in sparse reductions
Fri, 20 Mar 2009 11:39:25 +0100 Jaroslav Hajek allow empty matrices in stream input operators
Tue, 10 Mar 2009 21:54:44 -0400 Jason Riedy Add perm * sparse, perm \ sparse, sparse * perm, and sparse / perm operations.
Thu, 12 Mar 2009 11:46:56 +0100 Jaroslav Hajek fix omissions adjusting JR's patches
Mon, 09 Mar 2009 17:49:14 -0400 Jason Riedy Implement diag + sparse, diag - sparse, sparse + diag, sparse - diag.
Mon, 09 Mar 2009 17:49:13 -0400 Jason Riedy Implement sparse * diagonal and diagonal * sparse operations, double-prec only.
Tue, 10 Mar 2009 15:44:11 -0400 Jason Riedy Fix conversion from PermMatrix to SparseMatrix.
Sat, 07 Mar 2009 10:41:27 -0500 John W. Eaton update copyright notices
Thu, 05 Mar 2009 08:34:52 +0100 Jaroslav Hajek optimize diag -> sparse and perm -> sparse conversions
Wed, 29 Oct 2008 16:52:10 +0100 Jaroslav Hajek improve OCTAVE_LOCAL_BUFFER
Wed, 03 Dec 2008 13:32:57 +0100 Jaroslav Hajek implement diagonal matrix objects
Wed, 19 Nov 2008 11:23:07 +0100 Jaroslav Hajek templatize & fix DET
Fri, 31 Oct 2008 08:05:32 +0100 Jaroslav Hajek improve norm computation capabilities
Fri, 11 Jul 2008 14:56:30 -0400 John W. Eaton error for NaN values in & and | expressions
Sun, 18 May 2008 20:23:31 +0200 Jaroslav Hajek implement optimized sparse-dense transposed multiplication
Wed, 14 May 2008 18:03:58 +0200 David Bateman Typo DPBCON -> DGBCON
Fri, 21 Mar 2008 00:08:24 +0100 David Bateman Move diag function into the octave_value class
Wed, 19 Mar 2008 10:38:33 -0400 David Bateman Rewrite sparse mappers in terms of a functor template function