log liboctave/ChangeLog @ 9021:47152db528ff

age author description
Wed, 25 Mar 2009 22:05:44 -0400 John W. Eaton ChangeLog fix
Wed, 25 Mar 2009 22:04:58 -0400 John W. Eaton EIG.cc: avoid volatile decl for tmp variable
Wed, 25 Mar 2009 17:34:19 -0400 John W. Eaton liboctave/Makefile.in (MATRIX_INC): add missing files to the list
Wed, 25 Mar 2009 14:29:50 +0100 Jaroslav Hajek fixes in mixed int64-double multiply emulation
Wed, 25 Mar 2009 11:40:06 +0100 Jaroslav Hajek smarter algorithm for permute
Mon, 23 Mar 2009 14:23:48 +0100 Jaroslav Hajek simplify double->int conversion in indexing
Sat, 21 Mar 2009 20:46:21 +0100 Jaroslav Hajek replace lo_ieee_isnan by xisnan, add missing includes
Fri, 20 Mar 2009 11:39:25 +0100 Jaroslav Hajek allow empty matrices in stream input operators
Thu, 19 Mar 2009 17:46:38 +0100 Jaroslav Hajek optimize isnan/isinf/isfinite mappers
Wed, 18 Mar 2009 16:17:15 +0100 Jaroslav Hajek remove a TODO in oct-norm.cc
Mon, 16 Mar 2009 17:03:07 -0400 Jason Riedy Eliminate the workspace in sparse transpose.
Sun, 15 Mar 2009 00:38:41 +0100 Jaroslav Hajek optimize comparison ops
Sat, 14 Mar 2009 23:08:08 +0100 Jaroslav Hajek implement compound logical ops
Sat, 14 Mar 2009 19:42:50 +0100 Jaroslav Hajek fix & simplify ndarray->matrix conversions
Fri, 13 Mar 2009 13:39:22 +0100 Jaroslav Hajek more indexing optimizations
Fri, 13 Mar 2009 12:18:50 +0100 Jaroslav Hajek fix range arithmetics
Tue, 10 Mar 2009 21:54:49 -0400 Jason Riedy Have sparse LU return permutation matrices rather than sparse matrices.
Tue, 10 Mar 2009 21:54:44 -0400 Jason Riedy Add perm * sparse, perm \ sparse, sparse * perm, and sparse / perm operations.
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.
Thu, 12 Mar 2009 17:08:14 -0400 John W. Eaton oct-inttypes.h (bitshift): apply mask even if not shifting
Wed, 11 Mar 2009 14:10:36 +0100 Jaroslav Hajek fix screwed ChangeLog in last patch
Wed, 11 Mar 2009 14:07:24 +0100 Jaroslav Hajek implement raising a permutation matrix to integer power
Wed, 11 Mar 2009 10:31:08 +0100 Jaroslav Hajek ensure nonnegative char -> real conversion
Tue, 10 Mar 2009 21:54:34 -0400 Jason Riedy Make the column permutation vector in sparse LU cols()-long.
Tue, 10 Mar 2009 15:44:11 -0400 Jason Riedy Fix conversion from PermMatrix to SparseMatrix.
Tue, 10 Mar 2009 13:55:52 -0400 John W. Eaton include <iosfwd> instead of <iostream> in header files
Tue, 10 Mar 2009 13:18:53 +0100 Jaroslav Hajek fixes to row-reducing cummin/cummax
Mon, 09 Mar 2009 10:59:19 +0100 Jaroslav Hajek partially optimize accumarray
Fri, 06 Mar 2009 10:27:30 -0500 Jason Riedy Consistently use element_type in the array classes.
Thu, 05 Mar 2009 08:34:52 +0100 Jaroslav Hajek optimize diag -> sparse and perm -> sparse conversions
Wed, 04 Mar 2009 22:12:11 +0100 Jaroslav Hajek fix single element query for perm matrices
Tue, 03 Mar 2009 13:39:32 +0100 Jaroslav Hajek simplify also float version of xmin/xmax
Mon, 02 Mar 2009 09:37:55 +0100 Jaroslav Hajek add missing include
Wed, 25 Feb 2009 15:34:23 -0500 John W. Eaton fixes for clean targets in Makefiles
Wed, 25 Feb 2009 06:47:16 +0100 Jaroslav Hajek simplify integer power
Tue, 24 Feb 2009 11:15:05 +0100 Jaroslav Hajek workaround gcc 4.3 explicit instantiation bug in octave_int_cmp_op
Mon, 23 Feb 2009 14:54:56 +0100 Jaroslav Hajek support diagonal matrices in pinv
Fri, 20 Feb 2009 07:08:09 +0100 Jaroslav Hajek fix previously introduced problem in octave_sort, improve design
Thu, 19 Feb 2009 15:19:59 +0100 Jaroslav Hajek improve lookup, provide Array<T>::lookup
Wed, 18 Feb 2009 23:34:03 -0500 John W. Eaton int -> octave_idx fixes
Wed, 18 Feb 2009 13:45:20 -0500 John W. Eaton avoid some GCC warnings
Wed, 18 Feb 2009 11:20:31 -0500 John W. Eaton eliminate some unused static variables and functions
Wed, 18 Feb 2009 11:26:56 +0100 Jaroslav Hajek improve resize & resize on assignment
Wed, 18 Feb 2009 08:53:45 +0100 Jaroslav Hajek avoid warning in oct-inttypes.cc
Tue, 17 Feb 2009 21:47:10 +0100 Jaroslav Hajek remove dead branch in Array.cc
Tue, 17 Feb 2009 14:23:35 +0100 Jaroslav Hajek support native cumsum, gripe on overflow in sum/cumsum
Tue, 17 Feb 2009 11:26:29 +0100 Jaroslav Hajek implement cummin/cummax functions
Tue, 17 Feb 2009 09:45:34 +0100 Jaroslav Hajek fix min/max behaviour with NaNs
Tue, 17 Feb 2009 08:38:00 +0100 Jaroslav Hajek split implementation and interface in mx-op-defs and MArray-defs
Mon, 16 Feb 2009 15:05:24 +0100 Jaroslav Hajek fix 2-subs assigment into n-d arrays
Mon, 16 Feb 2009 13:53:11 +0100 Jaroslav Hajek remove unused macros from mx-inlines.cc
Mon, 16 Feb 2009 13:53:09 +0100 Jaroslav Hajek implement short-circuiting row-reduction any/all algorithm
Mon, 16 Feb 2009 12:41:55 +0100 Jaroslav Hajek implement fast logical sum (counting)
Mon, 16 Feb 2009 10:15:43 +0100 Jaroslav Hajek fix & clean up complex & sparse sorting
Mon, 16 Feb 2009 08:52:00 +0100 Jaroslav Hajek optimize min/max functions
Mon, 16 Feb 2009 07:57:03 +0100 Jaroslav Hajek use new reduction ops for char matrices
Mon, 16 Feb 2009 01:41:06 -0500 John W. Eaton liboctave/cmd-edit.cc, src/input.cc: use fputs instead of fprintf
Sat, 14 Feb 2009 19:50:43 +0100 Jaroslav Hajek reimplement any & all using the new reduction code
Sat, 14 Feb 2009 07:27:34 +0100 Jaroslav Hajek add missing return statement