log liboctave/ChangeLog @ 9441:160c564d5d25

age author description
Mon, 20 Jul 2009 15:55:33 -0400 Aleksej Saushev initialize floating point values properly for NetBSD systems
Tue, 14 Jul 2009 06:08:33 -0400 John W. Eaton ChangeLog fix
Wed, 08 Jul 2009 13:49:21 -0400 John W. Eaton dim-vector.h: dim vectors always have two dimensions
Fri, 03 Jul 2009 12:21:12 +0200 Jaroslav Hajek fix bugs in sparse reductions
Thu, 02 Jul 2009 08:19:57 +0200 Jaroslav Hajek fix sparse +- diag operations
Tue, 30 Jun 2009 08:38:45 +0200 Jaroslav Hajek fix typo in octave_sort::lookupb
Mon, 29 Jun 2009 14:07:32 +0200 Jaroslav Hajek remove experimental stuff from lookup, simplify
Fri, 26 Jun 2009 20:49:41 +0100 Michael Goffioul Add exported symbols
Fri, 26 Jun 2009 11:40:34 +0200 Jaroslav Hajek a slight speed-up in oct-sort.cc
Fri, 26 Jun 2009 07:13:28 +0200 Jaroslav Hajek fix bug in recursive lookup
Wed, 24 Jun 2009 13:47:22 -0400 Alexander Barth eigs-base.cc: use octave_idx_type for Fortran LOGICAL values
Mon, 22 Jun 2009 08:59:38 +0200 Jaroslav Hajek fix slow cellstr -> char matrix conversions
Thu, 18 Jun 2009 15:06:35 +0200 Jaroslav Hajek use a smarter algorithm for default lookup
Thu, 18 Jun 2009 09:14:57 +0200 Jaroslav Hajek avoid useless zero initialization when doing matrix multiply
Fri, 12 Jun 2009 16:01:53 +0200 Jaroslav Hajek extend lookup capabilities
Tue, 09 Jun 2009 12:14:26 +0200 Jaroslav Hajek avoid using readline at all when line editing suppressed or interpreter embedded
Tue, 09 Jun 2009 07:12:08 +0200 Jaroslav Hajek fix log2 with 2 outargs, loosen tests to meet IEEE
Sun, 07 Jun 2009 08:15:31 +0200 Jaroslav Hajek fix behavior of find
Tue, 02 Jun 2009 21:29:09 +0200 Jaroslav Hajek conditionally enable MSVC-specific DiagArray2<T>::Proxy instantiations
Tue, 26 May 2009 17:20:53 -0400 John W. Eaton ChangeLog fix
Thu, 21 May 2009 21:28:47 +0100 Michael Goffioul Add missing xxx_API decoration and remove misplaced ones
Thu, 21 May 2009 21:07:36 +0100 Michael Goffioul Copy volatile variable to avoid MSVC compilation error
Thu, 21 May 2009 20:54:11 +0100 Michael Goffioul Exclude pthread.h inclusion under Win32
Thu, 21 May 2009 20:48:37 +0100 Michael Goffioul Add missing return statement in base-aepbal.h
Thu, 21 May 2009 10:13:39 +0200 Jaroslav Hajek fix tests within eigs-base.cc
Mon, 02 Mar 2009 08:07:48 +0100 Jaroslav Hajek use explicit template qualifs to please Intel C++ and MSVC++
Wed, 20 May 2009 20:52:10 +0200 Jaroslav Hajek delete ArrayN-idx from Makefile.in
Wed, 20 May 2009 14:08:13 +0200 Jaroslav Hajek instantiate Array<void *> in liboctave
Fri, 15 May 2009 13:24:38 +0200 Jaroslav Hajek guard against implicit instantiation
Fri, 15 May 2009 12:05:19 +0200 Jaroslav Hajek remove obsolete ArrayN-idx.h
Sat, 09 May 2009 18:00:36 +0200 Jaroslav Hajek fix zero-dims assignment bug
Thu, 07 May 2009 16:28:44 -0400 marco_atzeri Added SHLPRE for SHLEXT instead of SHLLIBPRE
Tue, 05 May 2009 14:11:43 -0400 Robert T. Short make load work for derived classses
Tue, 05 May 2009 11:27:06 -0400 Carsten Clark use access_double and assign_double on sparc only
Tue, 05 May 2009 15:18:55 +0200 Jaroslav Hajek fix sparse indexing bug
Mon, 04 May 2009 15:11:31 -0400 Carsten Clark eliminate broken special case for copying floats on Sun systems
Thu, 16 Apr 2009 08:06:38 +0200 Jaroslav Hajek fix checking valid range subscripts
Wed, 15 Apr 2009 09:40:49 +0200 Jaroslav Hajek reuse fast blocked transpose implementation from rec_permute_helper in Array<T>::transpose
Tue, 07 Apr 2009 07:16:38 +0200 Jaroslav Hajek optimize simple stack operations on arrays
Sun, 29 Mar 2009 18:09:44 +0200 Jaroslav Hajek remove redundant checks from Array<T>::index
Fri, 27 Mar 2009 12:22:05 +0100 Jaroslav Hajek make Array::find already return Matlab-compatible dimensions
Fri, 27 Mar 2009 07:28:13 +0100 Jaroslav Hajek more compatible indexing by logical empty matrices
Thu, 26 Mar 2009 13:20:05 +0100 Jaroslav Hajek generalize dim_vector::numel
Thu, 26 Mar 2009 13:05:03 +0100 Jaroslav Hajek adjust some array dim query methods
Thu, 26 Mar 2009 13:05:00 +0100 Jaroslav Hajek add Array<T>::find
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