log liboctave/ChangeLog @ 8402:2176f2b4599e

age author description
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
Wed, 12 Nov 2008 10:24:14 +0100 Jaroslav Hajek remove unimplemented method declaration
Sun, 09 Nov 2008 12:59:42 +0100 Jaroslav Hajek use std::vector as a simple linear container in oct-norm.cc to avoid problems with instantiating Array<T>
Fri, 31 Oct 2008 08:05:32 +0100 Jaroslav Hajek improve norm computation capabilities
Sun, 02 Nov 2008 06:44:12 +0100 Jaroslav Hajek fix dim check in Array<T>::delete_elements
Sun, 02 Nov 2008 06:15:11 +0100 Jaroslav Hajek fix out-of-bounds checks in null assignments
Fri, 31 Oct 2008 12:09:16 +0100 Jaroslav Hajek fix extent query for empty ranges
Thu, 30 Oct 2008 20:12:28 +0100 Jaroslav Hajek workaround missing std::abs(int64_t) in MSVC
Mon, 20 Oct 2008 16:54:28 +0200 Jaroslav Hajek improve dense array indexing
Wed, 29 Oct 2008 21:56:29 -0400 Michael Goffioul Work around missing std::complex members under MSVC
Tue, 28 Oct 2008 11:45:57 -0400 John W. Eaton lo-specfun.cc: fix prototypes and calls to cbes{h,i,j,k,y} subroutines
Tue, 28 Oct 2008 10:47:26 -0400 Brian Gough fix scaling factor for negative alpha in zbesi,cbesi
Thu, 23 Oct 2008 15:22:51 -0400 jpswensen Added output about why a library load fails on OSX
Thu, 23 Oct 2008 13:00:46 -0400 John W. Eaton oct-shlib.cc: use RTLD_NOW option for dlopen
Sun, 12 Oct 2008 08:44:55 +0200 Jaroslav Hajek improve inverse preconditioning according to Marco Caliari
Fri, 10 Oct 2008 16:44:21 +0200 Jaroslav Hajek fix for SuiteSparse 3.2
Fri, 10 Oct 2008 08:02:24 +0200 Jaroslav Hajek fix sorting of non-POD objects
Wed, 08 Oct 2008 12:25:13 -0400 John W. Eaton additional AIX build fix
Wed, 08 Oct 2008 08:01:46 +0200 Jaroslav Hajek remove the int->real conversion code vulnerability to compiler optimization
Tue, 07 Oct 2008 15:28:45 +0200 Jaroslav Hajek fix uint64 mixed operations
Mon, 06 Oct 2008 20:33:59 -0400 David Bateman AIX Build fix
Mon, 06 Oct 2008 16:16:04 -0400 John W. Eaton Sparse-op-defs.h: undo previous change
Mon, 06 Oct 2008 21:38:49 +0200 Jaroslav Hajek implement 64-bit arithmetics
Mon, 06 Oct 2008 13:03:04 -0400 John W. Eaton ChangeLog fixes
Mon, 06 Oct 2008 11:07:54 -0400 John W. Eaton fix sparse-matrix bool/cmp op instantiation problem
Mon, 06 Oct 2008 14:02:36 +0200 Jaroslav Hajek small fixes in oct-lookup.h
Fri, 03 Oct 2008 13:04:14 +0200 Jaroslav Hajek imported patch maybe_delete_fix.diff
Fri, 03 Oct 2008 13:03:34 +0200 Jaroslav Hajek fix assignN still calling maybe_delete_elements
Wed, 01 Oct 2008 11:05:13 -0400 Jaroslav Hajek rewrite integer arithmetics and conversions
Mon, 29 Sep 2008 07:57:57 +0200 Jaroslav Hajek add missing return in Array<T>::delete_elements_2
Fri, 26 Sep 2008 11:52:01 -0400 Jaroslav Hajek make null assignment matlab compatible
Mon, 22 Sep 2008 13:17:39 -0400 Brian Gough oct-rand.cc (initialize_mersenne_twister): use separate initializations for each generator
Fri, 19 Sep 2008 11:05:34 -0400 John W. Eaton clear index before throwing error in Array indexed assignment functions
Thu, 18 Sep 2008 16:58:27 -0400 Jaroslav Hajek make null assignment more Matlab-compatible
Thu, 18 Sep 2008 08:34:04 +0200 Jaroslav Hajek replace int->octave_idx_type in Array<T>
Fri, 12 Sep 2008 15:34:13 -0400 Jaroslav Hajek fix integer exponentiation with negative exponent