log liboctave/ChangeLog @ 9987:bb30843c4929

age author description
Tue, 15 Dec 2009 10:05:38 +0100 Jaroslav Hajek fix subscripting of vectors by N-d arrays
Tue, 15 Dec 2009 10:04:34 +0100 Jaroslav Hajek optimize indexing of ranges by single subscripts
Tue, 15 Dec 2009 10:01:35 +0100 Jaroslav Hajek fix idx_vector::loop for masks
Sun, 13 Dec 2009 20:01:16 -0800 Rik Clean liboctave/Makefile.am to use more standard automake syntax
Sat, 12 Dec 2009 06:18:31 +0100 Jaroslav Hajek remove stray decls from oct-shlib.h
Fri, 11 Dec 2009 20:59:27 -0500 John W. Eaton oct-shlib.cc (octave_dlopen_shlib): reverse sense of test and improve error message
Fri, 11 Dec 2009 13:46:24 -0500 John W. Eaton ChangeLog fixes
Thu, 10 Dec 2009 09:14:47 +0100 Jaroslav Hajek improve octave_shlib for safer shared libs treatment
Wed, 09 Dec 2009 02:20:30 -0500 John W. Eaton call nstrftime, not my_strftime
Wed, 09 Dec 2009 01:36:50 -0500 John W. Eaton start using gnulib
Tue, 08 Dec 2009 12:45:58 +0100 Jaroslav Hajek several fixes by M. Goffioul
Sat, 05 Dec 2009 21:30:47 +0100 Jaroslav Hajek optimize issorted for doubles & floats
Sat, 05 Dec 2009 06:10:41 +0100 Jaroslav Hajek fix & improve lookup API
Fri, 04 Dec 2009 14:02:15 +0100 Jaroslav Hajek fix issorted with NaNs in middle
Thu, 03 Dec 2009 15:39:20 -0500 John W. Eaton more automake fixes
Tue, 01 Dec 2009 10:41:52 +0100 Jaroslav Hajek improve idx_vector->octave_value conversion
Sun, 29 Nov 2009 07:51:15 +0100 Jaroslav Hajek fix & extend special-case optimizations for indexed assignment
Fri, 27 Nov 2009 14:42:07 +0100 Jaroslav Hajek smarter treatment of mask indexing
Fri, 27 Nov 2009 09:10:21 +0100 Jaroslav Hajek implement Array<T>::nnz
Wed, 25 Nov 2009 07:31:59 +0100 Jaroslav Hajek improve chol Matlab compatibility
Tue, 24 Nov 2009 12:30:26 +0100 Jaroslav Hajek move idx_add methods to MArrayN
Thu, 19 Nov 2009 15:48:33 +0100 Jaroslav Hajek improve safe numel() calculation for arrays
Thu, 19 Nov 2009 14:40:17 +0100 Jaroslav Hajek use Array::get_size in Array::clear
Thu, 19 Nov 2009 10:30:57 +0100 Jaroslav Hajek implement built-in erfinv
Wed, 18 Nov 2009 15:50:54 +0100 David Grundberg list_in_columns: Don't SIGFPE when given empty first argument
Wed, 18 Nov 2009 13:34:58 +0100 Jaroslav Hajek fix loading sparse matrices
Wed, 18 Nov 2009 12:03:07 +0100 Jaroslav Hajek optimize bsxfun (@power, ...)
Fri, 13 Nov 2009 12:34:46 +0100 Jaroslav Hajek narrow complex values with negative zero imaginary parts
Tue, 17 Nov 2009 04:08:23 +0100 Jaroslav Hajek fix bug in balance
Fri, 13 Nov 2009 22:43:41 -0500 John W. Eaton add -DX_DLL_DEFS to CPPFLAGS
Fri, 13 Nov 2009 12:00:53 +0100 Jaroslav Hajek add a couple of useful loops
Thu, 12 Nov 2009 15:47:58 +0100 Jaroslav Hajek improve unary mapper system
Wed, 11 Nov 2009 13:46:50 -0500 John W. Eaton fail at configure time if IEEE floating point format is not detected
Wed, 11 Nov 2009 10:59:27 +0100 Jaroslav Hajek improve some mx_inline loops
Tue, 10 Nov 2009 15:02:25 -0500 John W. Eaton convert build system to use automake and libtool
Mon, 09 Nov 2009 13:09:49 +0100 Jaroslav Hajek rewrite dispatch part & slightly improve min,max,cummin,cummax
Mon, 09 Nov 2009 10:21:31 +0100 Jaroslav Hajek support sparse templated extractors
Thu, 05 Nov 2009 21:13:31 +0100 Jaroslav Hajek rename oct-mem functions
Tue, 03 Nov 2009 11:35:59 +0100 Jaroslav Hajek optimize memory manipulation by arrays & indexing
Tue, 03 Nov 2009 07:44:20 +0100 Jaroslav Hajek improve index reduction rules
Mon, 02 Nov 2009 07:16:30 +0100 Jaroslav Hajek fix bad FLOAT_TRUNCATE in mx-inlines.cc
Wed, 28 Oct 2009 20:00:35 -0400 John W. Eaton PermMatrix.cc: don't include error.h
Tue, 27 Oct 2009 20:11:47 +0100 David Bateman Fix test for valid threshold value in sparse LU factorization
Fri, 23 Oct 2009 10:35:59 +0200 Jaroslav Hajek fix idx_vector construction checks
Wed, 21 Oct 2009 09:51:58 -0400 John W. Eaton load-path: compare directory timestamps with tolerance
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