Thu, 20 Jan 2011 17:24:59 -0500 |
John W. Eaton |
strip trailing whitespace from source files
|
Thu, 20 Jan 2011 00:12:05 -0500 |
John W. Eaton |
attempt better backward compatibility for Array resize functions
|
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 16:52:30 -0500 |
John W. Eaton |
style fixes
|
Thu, 21 Oct 2010 16:12:13 -0400 |
John W. Eaton |
consistently give error for operator not applied to NaN values
|
Tue, 13 Jul 2010 12:08:08 +0200 |
Jaroslav Hajek |
remove unnecessary sparse indexing overloads
|
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
|
Tue, 13 Apr 2010 14:56:29 +0200 |
Jaroslav Hajek |
omissions from last patch
|
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
|
Fri, 13 Nov 2009 12:34:46 +0100 |
Jaroslav Hajek |
narrow complex values with negative zero imaginary parts
|
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
|
Mon, 16 Mar 2009 17:03:07 -0400 |
Jason Riedy |
Eliminate the workspace in sparse transpose.
|
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.
|
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
|