log liboctave/ChangeLog @ 10620:6fb954475e21

age author description
Tue, 11 May 2010 07:25:20 +0200 Jaroslav Hajek fix off-by-1 error in idx_vector (bug #29851)
Thu, 06 May 2010 14:47:27 +0200 Jaroslav Hajek fix null assignment bug #29785
Thu, 06 May 2010 13:32:08 +0200 Jaroslav Hajek improve sqrtm
Thu, 06 May 2010 09:49:36 +0200 Jaroslav Hajek make schur more Matlab compatible
Tue, 04 May 2010 12:56:27 -0400 John W. Eaton ChangeLog fixes
Tue, 04 May 2010 13:00:00 -0400 John W. Eaton convert villad functions to C++
Mon, 03 May 2010 13:21:35 +0200 Jaroslav Hajek implement svd_driver
Wed, 28 Apr 2010 01:41:22 -0400 John W. Eaton fixes for --enable-64
Tue, 27 Apr 2010 00:52:28 -0400 John W. Eaton don't alter arg values in call to abs or sign for integer values
Fri, 23 Apr 2010 09:48:57 +0200 Jaroslav Hajek fix bug in sparse vector assignment (bug #29646)
Tue, 20 Apr 2010 09:05:16 +0200 Jaroslav Hajek remove old assign decls from Sparse.h
Tue, 20 Apr 2010 08:42:03 +0200 Jaroslav Hajek improve sparse concatenation operator
Mon, 19 Apr 2010 15:31:49 +0200 Jaroslav Hajek reuse Array<T>::cat and Sparse<T>::cat in cat/horzcat/vertcat
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 08:27:37 +0200 Jaroslav Hajek fix failing sparse assignment tests
Tue, 13 Apr 2010 14:59:01 +0200 Jaroslav Hajek optimize some special indexing & assignment cases
Tue, 13 Apr 2010 12:36:21 +0200 Jaroslav Hajek rewrite sparse indexed assignment
Mon, 12 Apr 2010 12:57:44 +0200 Jaroslav Hajek properly compress sparse matrices after assembly
Sat, 10 Apr 2010 21:04:55 +0200 Jaroslav Hajek replace nzmax by nnz where appropriate in liboctave
Thu, 08 Apr 2010 14:37:36 +0200 Jaroslav Hajek optimize sparse resize
Thu, 08 Apr 2010 12:50:15 +0200 Jaroslav Hajek fix & improve cat (bug #29465)
Wed, 07 Apr 2010 13:00:25 +0200 Jaroslav Hajek optimize (:) indexing of sparse column vectors
Wed, 07 Apr 2010 12:07:06 +0200 Jaroslav Hajek fix order of func defs in Sparse.cc
Wed, 07 Apr 2010 10:15:58 +0200 Jaroslav Hajek make feval work with overloaded handles
Tue, 06 Apr 2010 15:38:56 +0200 Jaroslav Hajek optimize null assignment with bool masks
Tue, 06 Apr 2010 13:42:59 +0200 Jaroslav Hajek rewrite sparse null assignment (part 2)
Tue, 06 Apr 2010 08:28:15 +0200 Jaroslav Hajek Back out changeset 4e64fbbd5c58
Fri, 02 Apr 2010 15:15:41 -0400 John W. Eaton style fixes
Fri, 02 Apr 2010 14:28:34 -0400 John W. Eaton allow non-integer values in ranges used for array indexing
Fri, 02 Apr 2010 16:04:52 +0200 Jaroslav Hajek rewrite sparse null assignment (part 1)
Thu, 01 Apr 2010 08:27:23 +0200 Jaroslav Hajek avoid exception throwing in mx-inline loops
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
Tue, 30 Mar 2010 15:25:54 -0400 John W. Eaton ChangeLog fix
Tue, 30 Mar 2010 15:24:39 -0400 John W. Eaton avoid segfault in string_vector constructor
Mon, 29 Mar 2010 14:08:30 +0200 Jaroslav Hajek helper idx_vector methods
Sat, 27 Mar 2010 18:23:54 +0100 David Bateman Add detection of OpenMP support to configure. Disabled by default
Fri, 26 Mar 2010 10:41:56 +0100 Jaroslav Hajek improve sparse 2d indexing (part 3)
Thu, 25 Mar 2010 18:19:19 -0400 John W. Eaton eigs-base.cc: avoid warning about deprecated Array constructor
Thu, 25 Mar 2010 17:30:07 -0400 John W. Eaton undo recent gnulib-related changes
Thu, 25 Mar 2010 11:45:10 +0100 Jaroslav Hajek use round and trunc from gnulib where possible
Thu, 25 Mar 2010 11:38:07 +0100 David Grundberg Revert modf usage now that cmath is back.
Thu, 25 Mar 2010 10:22:46 +0100 Jaroslav Hajek include both math.h and cmath in lo-math.h
Wed, 24 Mar 2010 17:27:58 +0100 David Grundberg Use gnulib headers instead of C++ std headers where needed.
Wed, 24 Mar 2010 10:38:39 +0100 Jaroslav Hajek improve sparse 2d indexing (part 2)
Tue, 23 Mar 2010 15:06:33 -0400 John W. Eaton liboctave/config-ops.sh: handle 'all' case correctly
Tue, 23 Mar 2010 13:01:34 +0100 Jaroslav Hajek implement built-in rem and mod
Tue, 23 Mar 2010 09:30:46 +0100 Jaroslav Hajek implement general binary mapping facility
Mon, 22 Mar 2010 19:03:07 -0400 John W. Eaton avoid problems if liboctave/config-ops.sh is run in parallel
Mon, 22 Mar 2010 13:54:22 +0100 Jaroslav Hajek improve sparse 2D indexing (part 1)
Mon, 22 Mar 2010 12:05:33 +0100 Jaroslav Hajek simplify sparse->full conversions in liboctave
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
Wed, 17 Mar 2010 09:34:43 -0400 John W. Eaton use macro for 2 and 3 arg dim_vector constructors
Wed, 17 Mar 2010 10:30:36 +0100 Jaroslav Hajek implement generic macro magic for repeated decls
Wed, 17 Mar 2010 08:46:46 +0100 Jaroslav Hajek up to 7th-order dim_vector constructors
Tue, 16 Mar 2010 15:16:32 +0100 Jaroslav Hajek implement built-in cbrt
Mon, 15 Mar 2010 15:57:23 -0400 John W. Eaton use gnulib namespace
Tue, 09 Mar 2010 08:06:30 +0100 Jaroslav Hajek remove integer math warnings