log src/ov-base-diag.h @ 12385:c468c5b902b3 release-3-4-x ss-3-3-92

age author description
Thu, 20 Jan 2011 17:24:59 -0500 John W. Eaton strip trailing whitespace from source files
Thu, 20 Jan 2011 17:07:26 -0500 Pascal Dupuis Another round of initialising members in the constructor initialisation list
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Thu, 11 Feb 2010 12:16:43 -0500 John W. Eaton untabify src header files
Thu, 12 Nov 2009 15:47:58 +0100 Jaroslav Hajek improve unary mapper system
Tue, 10 Mar 2009 13:55:52 -0400 John W. Eaton include <iosfwd> instead of <iostream> in header files
Sat, 07 Mar 2009 10:41:27 -0500 John W. Eaton update copyright notices
Fri, 06 Mar 2009 12:00:11 +0100 Jaroslav Hajek add diag & perm matrix query methods to octave_value
Fri, 20 Feb 2009 21:49:26 +0100 Jaroslav Hajek specialize sqrt for diagonal matrices
Thu, 12 Feb 2009 15:29:12 -0500 John W. Eaton rename internal issorted and issorted_rows functions to is_sorted and is_sorted_rows
Thu, 12 Feb 2009 15:16:35 -0500 John W. Eaton rename all uses of sortrows_idx to sort_rows_idx
Wed, 11 Feb 2009 15:25:53 +0100 Jaroslav Hajek imported patch sort3.diff
Mon, 12 Jan 2009 13:06:06 +0100 Jaroslav Hajek reimplement full as method of octave_base_value
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
Wed, 03 Dec 2008 13:32:57 +0100 Jaroslav Hajek implement diagonal matrix objects