log src/ov-base-mat.h @ 14861:f7afecdd87ef

age author description
Sat, 14 Jul 2012 06:22:56 -0700 Rik maint: Use Octave coding conventions for cuddling parentheses in src/ directory
Thu, 12 Apr 2012 16:27:39 -0400 John W. Eaton make diag (x, m, n) return a proper diagonal matrix object (bug #36099)
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Thu, 13 Oct 2011 11:05:30 -0400 John W. Eaton fix indexing bug for matrices inside anonymous functions
Mon, 24 Jan 2011 14:57:07 -0500 Pascal Dupuis Explicitly disallow copying in some classes
Thu, 18 Jun 2009 07:09:17 +0200 John W. Eaton mex.cc (mxArray_octave_value::get_data): avoid enumerating types that can be handled as foreign release-3-2-x
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
Tue, 29 Jun 2010 09:05:19 +0200 Jaroslav Hajek remove redundant fwd decls of Octave_map from header files
Fri, 28 May 2010 12:28:06 +0200 Jaroslav Hajek make cellfun's fast scalar collection mechanism public
Thu, 27 May 2010 08:54:44 +0200 Jaroslav Hajek implement octave_base_matrix::matrix_ref const
Tue, 25 May 2010 08:53:58 +0200 Jaroslav Hajek override ndims and numel for scalars and matrices
Fri, 23 Apr 2010 11:23:43 +0200 Jaroslav Hajek fix assignment to non-existing variables and octave_value::assign
Wed, 14 Apr 2010 12:23:13 +0200 Jaroslav Hajek add some missing copyright stmts
Thu, 11 Feb 2010 12:16:43 -0500 John W. Eaton untabify src header files
Wed, 20 Jan 2010 20:39:26 -0500 John W. Eaton remove Emacs local-variable settings from source files in src directory
Wed, 19 Aug 2009 13:47:59 +0200 Jaroslav Hajek optimize op= in common cases
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
Mon, 15 Jun 2009 10:40:10 +0200 Jaroslav Hajek cache idx_vector result in matrices once used for indexing
Wed, 18 Mar 2009 12:06:46 +0100 Jaroslav Hajek cellfun optimizations
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
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
Thu, 05 Feb 2009 13:58:11 +0100 Jaroslav Hajek optimize scalar indexing
Thu, 15 Jan 2009 07:22:24 +0100 Jaroslav Hajek implement non-copying contiguous range indexing
Mon, 12 Jan 2009 13:06:06 +0100 Jaroslav Hajek reimplement full as method of octave_base_value
Fri, 26 Sep 2008 11:52:01 -0400 Jaroslav Hajek make null assignment matlab compatible