log src/ov-base-diag.cc @ 16088:b29b10fbb744 stable release-3-6-4

age author description
Mon, 01 Oct 2012 17:18:49 -0400 John W. Eaton use ' instead of ` in error messages, warnings and most comments stable
Fri, 21 Sep 2012 16:42:33 -0400 Jordi Gutiérrez Hermoso Fix diag handling of diagvectors (bug #37411) stable
Thu, 03 May 2012 00:50:03 -0400 Jordi Gutiérrez Hermoso maint: Periodic merge of stable to default
Wed, 02 May 2012 17:29:40 -0400 Jordi Gutiérrez Hermoso Implement proper op() indexing for diagonal matrices (bug #36368) stable
Thu, 15 Mar 2012 20:03:01 -0700 Rik Rename array-as-vector, array-as-scalar warning IDs to match documentation (bug #35838)
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Thu, 20 Jan 2011 17:24:59 -0500 John W. Eaton strip trailing whitespace from source files
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Fri, 26 Feb 2010 11:44:38 +0100 Jaroslav Hajek improve diag matrix interface & implementation
Thu, 11 Feb 2010 12:41:46 -0500 John W. Eaton untabify src C++ source files
Thu, 12 Nov 2009 15:47:58 +0100 Jaroslav Hajek improve unary mapper system
Wed, 17 Jun 2009 21:11:41 -0400 John W. Eaton mex.cc (mxArray_octave_value::get_data): avoid enumerating types that can be handled as foreign
Sat, 21 Mar 2009 20:46:21 +0100 Jaroslav Hajek replace lo_ieee_isnan by xisnan, add missing includes
Thu, 12 Mar 2009 09:24:37 +0100 Jaroslav Hajek remove float perm matrices
Sat, 07 Mar 2009 10:41:27 -0500 John W. Eaton update copyright notices
Fri, 20 Feb 2009 21:49:26 +0100 Jaroslav Hajek specialize sqrt for diagonal matrices
Thu, 29 Jan 2009 11:49:06 +0100 Jaroslav Hajek special printing of diagonal matrices
Mon, 12 Jan 2009 14:03:28 +0100 Jaroslav Hajek improve indexing of diagonal & permutation matrices
Sat, 27 Dec 2008 17:01:52 +0100 Jaroslav Hajek remove valid_as_scalar_index
Thu, 11 Dec 2008 11:04:00 +0100 Jaroslav Hajek allow element assignment to diagonal matrices
Fri, 05 Dec 2008 12:51:48 +0100 Jaroslav Hajek implement ASCII saving of diag & perm matrices
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