log

age author description
Thu, 11 Dec 2008 07:51:40 +0100 Jaroslav Hajek optionally allow pivoting in fsolve
Thu, 11 Dec 2008 07:51:33 +0100 Jaroslav Hajek changelog fix
Wed, 10 Dec 2008 13:20:24 +0100 Jaroslav Hajek add omitted m-file
Wed, 10 Dec 2008 11:55:23 +0100 Jaroslav Hajek use m-file implementation for expm
Wed, 10 Dec 2008 11:55:21 +0100 Jaroslav Hajek implement nchoosek without recursion
Wed, 10 Dec 2008 11:04:28 +0100 Jaroslav Hajek optimize repmat for scalar & matrix case
Wed, 10 Dec 2008 11:04:28 +0100 Jaroslav Hajek fix integer assignment to non-existing variables
Wed, 10 Dec 2008 11:04:26 +0100 Jaroslav Hajek remove reference to non-existing file
Tue, 09 Dec 2008 12:04:11 +0100 Thorsten Meyer make upper and lower aliases of toupper and tolower respectively
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
Mon, 08 Dec 2008 14:56:29 +0100 Jaroslav Hajek allow overdetermined systems in fsolve
Mon, 08 Dec 2008 14:12:08 +0100 Jaroslav Hajek implement scalar powers of diag matrices
Mon, 08 Dec 2008 12:31:57 +0100 Jaroslav Hajek implement binary saving of diag & perm matrices
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
Sat, 06 Dec 2008 07:48:35 +0100 Jaroslav Hajek fix use of uninitialized buffers
Wed, 29 Oct 2008 16:52:10 +0100 Jaroslav Hajek improve OCTAVE_LOCAL_BUFFER
Fri, 05 Dec 2008 12:51:48 +0100 Jaroslav Hajek implement ASCII saving of diag & perm matrices
Fri, 05 Dec 2008 10:20:18 +0100 Jaroslav Hajek fix design problems of diag & perm matrix classes
Fri, 05 Dec 2008 07:11:58 +0100 Jaroslav Hajek fix invalid delete
Thu, 04 Dec 2008 10:21:30 +0100 Thomas Treichl Added more tests for cellfun.
Thu, 04 Dec 2008 22:16:52 +0100 Thorsten Meyer move str2mat to deprecated and make it a simple wrapper around char
Thu, 04 Dec 2008 12:03:45 +0100 Jaroslav Hajek make det & inv aware of diagonal & permutation matrices
Thu, 04 Dec 2008 09:52:30 +0100 Jaroslav Hajek document more new features in the NEWS file
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