log scripts/linear-algebra/ishermitian.m @ 25225:114ad8f22ee6

age author description
Wed, 11 Apr 2018 21:53:26 -0700 Rik ishermitian.m; Overhaul function and expand to check skew-symmetry (bug #53556).
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Sat, 12 Dec 2015 07:31:00 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all m-files.
Sun, 03 May 2015 15:36:23 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Mon, 14 Jul 2014 08:54:45 -0700 Rik doc: Match docstring variable names to function variable names for linear-algebra m-files.
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Tue, 17 Jul 2012 07:08:39 -0700 Rik maint: Use Octave coding conventions for cuddling parentheses in scripts directory
Mon, 13 Feb 2012 07:29:44 -0800 Rik Use Octave coding conventions in all m-file %!test blocks
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Fri, 31 Dec 2010 13:20:44 -0800 Rik Improve docstrings for all isXXX functions.
Sun, 18 Jul 2010 20:35:16 -0700 Rik Grammarcheck the documentation from m-files.
Wed, 16 Jun 2010 20:36:55 -0700 Rik Periodic grammar check of documentation files to ensure common format.
Fri, 25 Dec 2009 22:20:33 +0100 Jaroslav Hajek allow issquare on arbitrary data
Tue, 24 Nov 2009 15:02:04 +0100 Jaroslav Hajek move issymmetric & isdefinite to linear-algebra, create ishermitian