log liboctave/CSparse.cc @ 15212:4bbd3bbb8912

age author description
2012-08-22 John W. Eaton reduce code duplication in too_large_for_float array functions
2012-07-26 Rik maint: Use Octave coding conventions for cuddled parentheses in liboctave/.
2012-07-08 Rik maint: Use Octave coding convention for cuddled parenthis in function calls with empty argument lists.
2012-07-06 Rik maint: Use Octave coding conventions for cuddled parenthesis in retval assignments.
2012-01-02 John W. Eaton maint: update copyright notices for 2012 stable
2011-11-27 Jordi GutiƩrrez Hermoso Fix for CSparse.cc corresponding to cset d672edef956e
2011-01-20 John W. Eaton strip trailing whitespace from source files
2011-01-20 John W. Eaton attempt better backward compatibility for Array resize functions
2011-01-19 John W. Eaton attempt better backward compatibility for Array constructors
2011-01-14 John W. Eaton update copyright notices
2011-01-13 John W. Eaton style fixes
2010-10-21 John W. Eaton consistently give error for operator not applied to NaN values
2010-07-13 Jaroslav Hajek remove unnecessary sparse indexing overloads
2010-04-23 John W. Eaton style fixes
2010-04-14 Jaroslav Hajek add some missing copyright stmts
2010-04-13 Jaroslav Hajek omissions from last patch
2010-03-22 Jaroslav Hajek simplify sparse->full conversions in liboctave
2010-03-18 Jaroslav Hajek improve sparse indexing interface
2010-01-23 Jaroslav Hajek merge MArray classes & improve Array interface
2010-02-11 John W. Eaton untabify liboctave C++ sources
2010-01-21 John W. Eaton remove Emacs local-variable settings from liboctave source files
2010-01-20 Jaroslav Hajek make OCTAVE_QUIT a function
2009-11-13 Jaroslav Hajek narrow complex values with negative zero imaginary parts
2009-11-12 Jaroslav Hajek improve unary mapper system
2009-11-09 Jaroslav Hajek rewrite dispatch part & slightly improve min,max,cummin,cummax
2009-07-29 John W. Eaton sanity checks for loading sparse matrices
2009-07-03 Jaroslav Hajek fix bugs in sparse reductions
2009-03-20 Jaroslav Hajek allow empty matrices in stream input operators
2009-03-16 Jason Riedy Eliminate the workspace in sparse transpose.
2009-03-11 Jason Riedy Add perm * sparse, perm \ sparse, sparse * perm, and sparse / perm operations.
2009-03-12 Jaroslav Hajek fix omissions adjusting JR's patches
2009-03-09 Jason Riedy Implement diag + sparse, diag - sparse, sparse + diag, sparse - diag.
2009-03-09 Jason Riedy Implement sparse * diagonal and diagonal * sparse operations, double-prec only.
2009-03-07 John W. Eaton update copyright notices
2009-03-05 Jaroslav Hajek optimize diag -> sparse and perm -> sparse conversions
2008-10-29 Jaroslav Hajek improve OCTAVE_LOCAL_BUFFER
2008-12-03 Jaroslav Hajek implement diagonal matrix objects
2008-11-19 Jaroslav Hajek templatize & fix DET
2008-10-31 Jaroslav Hajek improve norm computation capabilities
2008-07-11 John W. Eaton error for NaN values in & and | expressions
2008-05-18 Jaroslav Hajek implement optimized sparse-dense transposed multiplication
2008-03-20 David Bateman Move diag function into the octave_value class
2008-03-19 David Bateman Rewrite sparse mappers in terms of a functor template function
2008-02-22 John W. Eaton use 0 instead of NULL
2008-02-22 David Bateman Eliminate the rest of the dispatched sparse functions
2008-02-20 David Bateman convert mapper functions to new format
2008-02-15 John W. Eaton don't check f77_exception_encountered
2008-01-31 dbateman [project @ 2008-01-31 18:59:09 by dbateman]
2007-12-07 jwe [project @ 2007-12-07 19:26:20 by jwe]
2007-10-17 jwe [project @ 2007-10-17 19:02:10 by jwe]
2007-10-12 jwe [project @ 2007-10-12 21:27:11 by jwe]
2007-10-12 jwe [project @ 2007-10-12 06:40:56 by jwe]
2007-09-25 dbateman [project @ 2007-09-25 19:08:19 by dbateman]
2007-08-29 dbateman [project @ 2007-08-29 08:37:47 by dbateman]
2007-08-24 dbateman [project @ 2007-08-24 08:27:27 by dbateman]
2007-04-04 jwe [project @ 2007-04-04 02:37:07 by jwe]
2006-12-06 dbateman [project @ 2006-12-06 20:19:14 by dbateman]
2006-11-22 dbateman [project @ 2006-11-22 18:57:26 by dbateman]
2006-10-18 jwe [project @ 2006-10-18 02:56:22 by jwe]
2006-07-16 jwe [project @ 2006-07-16 07:48:19 by jwe]