log

age author description
Fri, 13 Mar 2009 10:26:59 -0400 John W. Eaton include line and file info in parser warnings
Fri, 13 Mar 2009 09:45:07 -0400 John W. Eaton fix warning backtrace
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
Fri, 13 Mar 2009 12:18:45 +0100 Jaroslav Hajek simplify repmat
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.
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:14 -0400 Jason Riedy Implement diag \ sparse and 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
Thu, 12 Mar 2009 12:45:38 -0400 John W. Eaton ls-mat-ascii.cc (get_mat_data_input_line): if looking at CR or LF, skip current line ending instead of skipping until the next
Thu, 12 Mar 2009 23:20:33 +0800 Ben Abbott graphics.cc: Fix default "papersize" property value.
Thu, 12 Mar 2009 09:24:37 +0100 Jaroslav Hajek remove float perm matrices
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:42:04 +0100 Jaroslav Hajek remove unused liboctave sources
Wed, 11 Mar 2009 10:31:08 +0100 Jaroslav Hajek ensure nonnegative char -> real conversion
Tue, 10 Mar 2009 21:54:39 -0400 Jason Riedy Add an override to Octave's find() for permutation matrices.
Tue, 10 Mar 2009 21:54:34 -0400 Jason Riedy Make the column permutation vector in sparse LU cols()-long.
Wed, 11 Mar 2009 00:39:02 -0400 Ben Abbott __go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Tue, 10 Mar 2009 16:14:35 -0400 Jason Riedy test_diag_per.m: additional assert for sparse conversion test
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
Tue, 10 Mar 2009 12:28:42 +0100 Jaroslav Hajek update cummin, cummax docs
Tue, 10 Mar 2009 12:27:51 +0100 Jaroslav Hajek allow size_equal called with 1 arg
Tue, 10 Mar 2009 01:01:50 -0400 Benjamin Lindner fix CRLF issues with text-mode reading in windows when loading ascii data
Mon, 09 Mar 2009 17:13:58 -0400 John W. Eaton ChangeLog fix