log liboctave/ChangeLog @ 9743:26abff55f6fe

age author description
Tue, 20 Oct 2009 10:47:22 +0200 Jaroslav Hajek optimize bsxfun for common built-in operations
Mon, 19 Oct 2009 10:52:00 +0200 Jaroslav Hajek a few handy methods for dim_vector
Sun, 18 Oct 2009 12:01:24 -0400 Carsten Clark Remove ArrayN.cc from Makefile.in
Sun, 18 Oct 2009 11:38:33 +0200 Jaroslav Hajek include base-qr sources in install
Sat, 17 Oct 2009 06:29:05 +0200 Jaroslav Hajek initialize QR:: constants
Fri, 16 Oct 2009 13:12:31 +0200 Jaroslav Hajek remove ArrayN<T> + fix nonhom. diag-scalar ops
Fri, 16 Oct 2009 10:28:26 +0200 Jaroslav Hajek extend Array<T>
Wed, 14 Oct 2009 13:23:31 +0200 Jaroslav Hajek implement nth_element
Tue, 13 Oct 2009 12:22:50 +0200 Jaroslav Hajek improve sum & implement the 'extra' option, refactor some code
Mon, 12 Oct 2009 14:23:20 +0200 Jaroslav Hajek auto-set MatrixType from certain functions
Mon, 12 Oct 2009 10:42:49 +0200 Jaroslav Hajek refactor the QR classes onto a templated base
Thu, 08 Oct 2009 16:05:53 +0200 Jaroslav Hajek implement luupdate
Wed, 07 Oct 2009 10:59:46 -0400 John W. Eaton avoid some warnings from g++
Tue, 06 Oct 2009 08:43:01 +0200 Jaroslav Hajek fix diag*diag multiplication
Tue, 06 Oct 2009 08:22:56 +0200 Jaroslav Hajek omission in base-lu::unpack
Mon, 05 Oct 2009 17:03:13 +0200 Jaroslav Hajek correct algorithm for perm matrix det (sign)
Mon, 05 Oct 2009 15:39:44 +0200 Jaroslav Hajek allow unpacked form of LU
Fri, 02 Oct 2009 08:27:44 +0200 Jaroslav Hajek implement builtin_type
Thu, 01 Oct 2009 14:07:06 +0200 Jaroslav Hajek rewrite num2cell for speed-up + a few associated fixes
Sun, 27 Sep 2009 12:11:33 +0200 Jaroslav Hajek fix complex-real comparisons
Sun, 27 Sep 2009 11:26:41 +0200 Jaroslav Hajek allow 1D case for sub2ind and ind2sub
Sat, 26 Sep 2009 10:41:07 +0200 Jaroslav Hajek use blas_trans_type for xgemm
Wed, 23 Sep 2009 12:13:50 +0200 Jaroslav Hajek improve mixed real x complex ops
Wed, 23 Sep 2009 11:10:52 +0200 Jaroslav Hajek further improve mixed real-complex division
Wed, 23 Sep 2009 10:00:16 +0200 Jaroslav Hajek optimize / and '\ for triangular matrices
Mon, 21 Sep 2009 14:24:27 +0200 Jaroslav Hajek get rid of VS|SV|VV_BIN_OP macros in mx-op-defs
Sat, 19 Sep 2009 11:14:28 +0200 Jaroslav Hajek provide NDArray->Matrix->Vector typedef mappers
Fri, 18 Sep 2009 18:57:39 -0400 John W. Eaton mach-info.cc: don't include oct-types.h
Fri, 18 Sep 2009 15:27:09 +0200 Jaroslav Hajek improve linspace in liboctave
Thu, 17 Sep 2009 18:39:01 -0400 John W. Eaton changelog fix for previous change
Thu, 17 Sep 2009 17:25:37 -0400 John W. Eaton eliminate oct-dlldefs.h and oct-types.h
Wed, 16 Sep 2009 13:41:49 +0200 Jaroslav Hajek optimize & extend randperm
Sun, 06 Sep 2009 11:00:19 +0200 Jaroslav Hajek optimize Matrix*ColumnVector
Sun, 06 Sep 2009 10:54:36 +0200 Jaroslav Hajek implement Array<T>::clear overloads
Fri, 04 Sep 2009 11:22:53 +0200 Jaroslav Hajek further liboctave design improvements
Thu, 03 Sep 2009 08:48:51 +0200 Jaroslav Hajek reuse temporary arrays in nested expressions
Wed, 02 Sep 2009 14:30:00 +0200 Jaroslav Hajek ChangeLog fix for last change: FLOAT_STORE->FLOAT_TRUNCATE
Wed, 02 Sep 2009 14:18:20 +0200 Jaroslav Hajek implement FLOAT_STORE to allow safer complex comparisons on x87
Tue, 01 Sep 2009 08:42:08 +0200 Jaroslav Hajek fix non-strict complex comparisons
Mon, 31 Aug 2009 19:29:48 -0400 John W. Eaton abort if floating point format is not recognized as IEEE
Thu, 27 Aug 2009 15:43:09 -0400 John W. Eaton improve error messages for ambiguous graphics property names
Thu, 27 Aug 2009 11:19:33 +0200 Jaroslav Hajek refactor comparison ops implementations
Mon, 24 Aug 2009 09:45:34 +0200 Jaroslav Hajek optimize .*=, ./= operators
Sun, 23 Aug 2009 22:00:03 +0200 Jaroslav Hajek make a few Array methods inline
Fri, 21 Aug 2009 12:12:25 +0200 Jaroslav Hajek further bool ops tweaks
Fri, 21 Aug 2009 08:18:16 +0200 Jaroslav Hajek make ! operator check for NaNs, simplify implementations in liboctave
Wed, 19 Aug 2009 22:55:15 +0200 Jaroslav Hajek refactor binary & bool ops in liboctave
Wed, 19 Aug 2009 16:24:33 +0200 Jaroslav Hajek zero matrix assignment fix
Wed, 19 Aug 2009 15:54:31 +0200 Jaroslav Hajek optimize &=, |= operators
Wed, 19 Aug 2009 13:47:59 +0200 Jaroslav Hajek optimize op= in common cases
Mon, 17 Aug 2009 12:45:02 -0400 John W. Eaton liboctave/Makefile.in (LINK_DEPS): list LIBS last
Sun, 16 Aug 2009 08:25:24 +0200 Jaroslav Hajek more fixes & tests for matrix multiply
Sun, 16 Aug 2009 07:04:40 +0200 Jaroslav Hajek make single prec. matrix mutliply tests really single
Sun, 16 Aug 2009 06:55:15 +0200 Jaroslav Hajek fix typos in complex xgemm
Fri, 14 Aug 2009 10:03:12 -0400 John W. Eaton link liboctave with blas libs
Thu, 13 Aug 2009 18:20:31 -0400 John W. Eaton more configure changes for libraries
Wed, 12 Aug 2009 15:26:07 +0200 Jaroslav Hajek include LDFLAGS for shared liboctave and liboctinterp
Tue, 11 Aug 2009 23:52:20 -0400 John W. Eaton convert fftw planner classes to singleton objects
Tue, 11 Aug 2009 19:30:37 -0400 John W. Eaton more configure tweaks
Tue, 11 Aug 2009 09:08:12 +0200 Jaroslav Hajek implement built-in diff