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
|
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
|
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
|
Fri, 22 Feb 2008 16:44:03 -0500 |
John W. Eaton |
use 0 instead of NULL
|
Fri, 22 Feb 2008 15:50:51 +0100 |
David Bateman |
Eliminate the rest of the dispatched sparse functions
|
Wed, 20 Feb 2008 04:22:50 -0500 |
David Bateman |
convert mapper functions to new format
|