log liboctave/ChangeLog @ 8710:739141cde75a ss-3-1-52

age author description
Mon, 09 Feb 2009 13:05:35 +0100 Jaroslav Hajek sorting optimizations
Thu, 05 Feb 2009 19:39:38 -0500 John W. Eaton file-stat.cc: use EXISTS instead of OK in previuos change
Thu, 05 Feb 2009 17:38:24 -0500 John W. Eaton base_file_stat::is_XXX: return false if object is not initialized
Thu, 05 Feb 2009 15:11:24 +0100 Jaroslav Hajek ChangeLog fix for last two patches
Wed, 04 Feb 2009 16:05:01 +0100 Jaroslav Hajek redo changeset 4238f2600a17 with fixes to sorting
Thu, 05 Feb 2009 02:42:58 -0500 John W. Eaton eliminte some compiler warnings
Wed, 04 Feb 2009 15:53:24 -0500 John W. Eaton undo changeset 4238f2600a17
Wed, 04 Feb 2009 16:05:01 +0100 Jaroslav Hajek fix string_vector::sort
Wed, 04 Feb 2009 10:18:22 +0100 Jaroslav Hajek chunked buffer allocation for pointers
Tue, 03 Feb 2009 09:11:48 +0100 Benjamin Lindner Add missing libqrupdate to liboctave link dependencies
Tue, 03 Feb 2009 08:16:39 +0100 Jaroslav Hajek reduce memory usage in sorting
Mon, 02 Feb 2009 15:35:32 +0100 Jaroslav Hajek abs,real,imag,conj: use code from mx-inlines rather than the generic map
Thu, 29 Jan 2009 12:57:59 -0500 John W. Eaton ChangeLog fixes
Thu, 29 Jan 2009 12:50:25 -0500 John W. Eaton don't convert NaN to logical in bool expressions
Wed, 28 Jan 2009 17:42:18 -0500 John W. Eaton use separate prefix for shllib and shlbin files
Wed, 28 Jan 2009 09:33:27 +0100 Jaroslav Hajek use shallow copying in Matrix/RowVector/ColumnVector conversions
Tue, 27 Jan 2009 22:44:38 -0500 Benjamin Lindner add -lregex to REGEX_LIBS at configure stage, add ARPACK_LIBS, REGEX_LIBS to liboctave's link deps
Tue, 27 Jan 2009 12:40:06 +0100 Jaroslav Hajek improve & fix QR classes
Fri, 23 Jan 2009 13:13:39 +0100 Jaroslav Hajek further indexing optimization touches
Fri, 23 Jan 2009 09:57:19 +0100 Jaroslav Hajek implement octave_value_list using Array
Thu, 22 Jan 2009 13:50:08 +0100 Jaroslav Hajek fix sorting of ranges
Thu, 22 Jan 2009 13:26:04 +0100 Jaroslav Hajek optimize resizable indexing with scalars
Thu, 22 Jan 2009 11:10:47 +0100 Jaroslav Hajek use replacement methods if qrupdate is not available
Wed, 21 Jan 2009 15:50:34 +0100 Jaroslav Hajek optimize range-scalar ops
Tue, 20 Jan 2009 20:02:43 -0500 file-io.cc (Ffstat): new function [mq]: fstat
Tue, 20 Jan 2009 21:16:42 +0100 Jaroslav Hajek imported patch qrupdate.diff
Sat, 17 Jan 2009 16:33:30 +0100 Jaroslav Hajek add some explaining comments
Thu, 15 Jan 2009 14:58:49 -0500 John W. Eaton reshape: improve error message
Thu, 15 Jan 2009 07:22:24 +0100 Jaroslav Hajek clean up Array and DiagArray2
Thu, 15 Jan 2009 07:22:24 +0100 Jaroslav Hajek implement non-copying contiguous range indexing
Thu, 15 Jan 2009 00:50:20 -0500 Rafael Laboissiere tmpdir=tmpnam;
Tue, 13 Jan 2009 12:16:21 +0100 Jaroslav Hajek remove qsort in favor of sort
Tue, 23 Dec 2008 08:28:23 +0100 David Bateman Add the eigs and svds functions
Tue, 16 Dec 2008 10:29:38 +0100 Jaroslav Hajek optimize permute
Fri, 12 Dec 2008 23:25:54 +0100 David Bateman changelog fix
Fri, 12 Dec 2008 23:18:20 +0100 David Bateman Fix sparse cholesky inversion
Fri, 12 Dec 2008 12:45:31 +0100 Jaroslav Hajek implement obstack-like optimization of local buffers
Thu, 11 Dec 2008 10:39:53 +0100 Jaroslav Hajek fix dm-dm binary ops
Wed, 10 Dec 2008 11:55:23 +0100 Jaroslav Hajek use m-file implementation for expm
Tue, 09 Dec 2008 10:08:19 +0100 Jaroslav Hajek make balance more Matlab-compatible
Tue, 09 Dec 2008 03:25:31 +0100 David Bateman Ensure oct-locbuf.h is installed with the install target
Mon, 08 Dec 2008 15:33:28 +0100 Jaroslav Hajek optimize sparse bool indexing
Sun, 07 Dec 2008 10:29:34 +0100 Jaroslav Hajek fix & improve speed of diagonal matrix multiplication
Sat, 06 Dec 2008 09:15:44 +0100 Jaroslav Hajek allow initialized local buffers
Wed, 29 Oct 2008 16:52:10 +0100 Jaroslav Hajek improve OCTAVE_LOCAL_BUFFER
Fri, 05 Dec 2008 10:20:18 +0100 Jaroslav Hajek fix design problems of diag & perm matrix classes
Thu, 04 Dec 2008 12:03:45 +0100 Jaroslav Hajek make det & inv aware of diagonal & permutation matrices
Thu, 04 Dec 2008 09:27:17 +0100 Jaroslav Hajek add missing delete
Thu, 04 Dec 2008 09:15:17 +0100 Jaroslav Hajek call blocked permuted qr factorization routines from LAPACK
Thu, 04 Dec 2008 08:31:56 +0100 Jaroslav Hajek support permutation matrix objects
Wed, 03 Dec 2008 13:32:57 +0100 Jaroslav Hajek implement diagonal matrix objects
Mon, 24 Nov 2008 10:55:50 +0100 Jarkko Kaleva Add generalized eigenvalue functions
Wed, 19 Nov 2008 16:55:47 +0100 Jaroslav Hajek reuse matrix type detected in det
Wed, 19 Nov 2008 15:26:39 +0100 Jaroslav Hajek make det take advantage of matrix type
Wed, 19 Nov 2008 11:23:07 +0100 Jaroslav Hajek templatize & fix DET
Tue, 18 Nov 2008 02:40:37 +0100 David Bateman Changelog for previous patch
Mon, 17 Nov 2008 20:04:23 -0500 John W. Eaton dir-ops.cc (dir_entry::read): use std::list<std::string> to cache names before converting to string_vector
Fri, 14 Nov 2008 12:50:03 +0100 David Bateman Changelog fix
Fri, 14 Nov 2008 12:04:35 +0100 David Bateman Correct use of resize_fill_value in Array2<T>::index methods.
Wed, 12 Nov 2008 21:36:39 +0000 Michael Goffioul Fix for MSVC compilation