log liboctave/eigs-base.cc @ 15020:560317fd5977

age author description
Thu, 26 Jul 2012 09:25:47 -0700 Rik maint: Cuddle open bracket used for indexing C++ arrays in source code.
Thu, 26 Jul 2012 08:13:22 -0700 Rik maint: Use Octave coding conventions for cuddled parentheses in liboctave/.
Sun, 08 Jul 2012 11:28:50 -0700 Rik maint: Use Octave coding convention for cuddled parenthis in function calls with empty argument lists.
Fri, 01 Jun 2012 13:20:49 -0400 Alexander Hansen Fix compilation error on newer compilers
Tue, 03 Jan 2012 20:12:38 -0500 John W. Eaton remove ARPACK files from sources and restore configure checks for external ARPACK library stable
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Fri, 28 Jan 2011 14:21:57 -0500 John W. Eaton eigs-base.cc: fix error in change removing HAVE_ARPACK
Fri, 28 Jan 2011 14:05:59 -0500 John W. Eaton don't let uninitialized values escape from DNEUPD
Fri, 28 Jan 2011 14:05:09 -0500 John W. Eaton remove configure checks for ARPACK
Thu, 20 Jan 2011 17:24:59 -0500 John W. Eaton strip trailing whitespace from source files
Wed, 19 Jan 2011 17:55:56 -0500 John W. Eaton attempt better backward compatibility for Array constructors
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Thu, 13 Jan 2011 16:52:30 -0500 John W. Eaton style fixes
Thu, 25 Mar 2010 18:19:19 -0400 John W. Eaton eigs-base.cc: avoid warning about deprecated Array constructor
Thu, 25 Feb 2010 15:41:20 -0500 John W. Eaton eigs-base.cc: fix prototypes for arpack functions
Sat, 23 Jan 2010 21:41:03 +0100 Jaroslav Hajek merge MArray classes & improve Array interface
Thu, 11 Feb 2010 12:23:32 -0500 John W. Eaton untabify liboctave C++ sources
Wed, 20 Jan 2010 19:04:35 -0500 John W. Eaton remove Emacs local-variable settings from liboctave source files
Wed, 24 Jun 2009 13:47:22 -0400 Alexander Barth eigs-base.cc: use octave_idx_type for Fortran LOGICAL values
Thu, 21 May 2009 10:13:39 +0200 Jaroslav Hajek fix tests within eigs-base.cc
Sat, 07 Mar 2009 10:41:27 -0500 John W. Eaton update copyright notices
Thu, 05 Feb 2009 02:42:58 -0500 John W. Eaton eliminte some compiler warnings
Tue, 23 Dec 2008 08:28:23 +0100 David Bateman Add the eigs and svds functions