log liboctave/numeric/lo-specfun.cc @ 21231:5f318c8ec634

age author description
Tue, 09 Feb 2016 04:15:50 -0500 John W. Eaton eliminate feature tests from lo-specfun.h
Sat, 06 Feb 2016 06:40:13 -0800 Rik maint: indent #ifdef blocks in liboctave and src directories.
Mon, 01 Feb 2016 13:29:21 -0800 Rik maint: Replace instances of goto in liboctave where convenient.
Sun, 24 Jan 2016 13:50:04 -0500 John W. Eaton consistently use "typename" intead of "class" in template declarations
Sat, 23 Jan 2016 13:52:03 -0800 Rik maint: clean up code around calls to current_liboctave_error_handler.
Wed, 20 Jan 2016 16:08:30 -0800 Rik Invert pattern if/code/else/err_XXX to if !/err_XXX/code.
Mon, 18 Jan 2016 21:06:26 -0800 Rik Rename local gripe_XXX functions to err_XXX or warn_XXX.
Thu, 14 Jan 2016 07:02:41 -0800 Rik maint: Use "FIXME:" consistently in code base.
Thu, 03 Dec 2015 10:23:38 -0800 Rik maint: Use Octave coding conventions for #if statements.
Wed, 18 Nov 2015 10:40:26 -0800 Rik Make error messages more specific about the variable and problem encountered.
Wed, 19 Aug 2015 16:18:45 -0400 John W. Eaton use different approach to avoid gnulib warning
Wed, 19 Aug 2015 16:02:36 -0400 John W. Eaton * lo-specfun.cc: Reindent comments.
Wed, 19 Aug 2015 16:00:05 -0400 John W. Eaton * lo-specfun.cc (Lanczos_approximation_psi): Use gnulib::log.
Sat, 30 May 2015 03:14:07 +0100 Carnë Draug Deprecate Array::length() and Sparse::length() in favour of ::numel().
Mon, 25 May 2015 22:02:15 -0700 Rik Use in-place operators in C++ code where possible.
Sun, 03 May 2015 22:52:07 +0100 Carnë Draug psi: add support to compute the polygamma function (kth-derivative).
Sun, 03 May 2015 02:59:28 +0100 Carnë Draug psi: refactor to reduce code duplication.
Sun, 15 Mar 2015 06:30:09 +0000 Carnë Draug psi: add support for complex numbers.
Sun, 15 Mar 2015 03:31:16 +0000 Carnë Draug New function psi to compute the digamma function.
Tue, 17 Feb 2015 13:34:32 -0800 Rik Adjust spacing of static_cast<> calls to follow Octave coding conventions.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Thu, 18 Dec 2014 10:50:09 -0500 John W. Eaton use warning IDs for all warnings in liboctave
Tue, 02 Dec 2014 10:05:03 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Tue, 02 Dec 2014 09:56:50 -0500 John W. Eaton use gnulib:: namespace for log, logf, localtime, and gmtime gui-release
Tue, 25 Nov 2014 15:33:22 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Tue, 25 Nov 2014 15:32:58 -0500 John W. Eaton maint: Periodic merge of stable to gui-release. gui-release
Thu, 20 Nov 2014 15:48:35 -0500 John W. Eaton improve Matlab compatibility for gamma function (bug #43551) stable
Wed, 01 Oct 2014 22:39:04 -0400 Mike Miller ellipj: Fix continuity of dn output when cn is near zero (bug #43344)
Wed, 16 Jul 2014 19:56:22 -0400 John W. Eaton use gnulib::log and gnulib::logf functions
Fri, 25 Apr 2014 13:25:25 -0700 Rik maint: Clean up extra spaces before/after parentheses.
Fri, 25 Apr 2014 10:02:10 -0700 Rik Clean up questionable code bits identified by clang sanitize.
Wed, 04 Dec 2013 22:13:18 -0800 Rik Follow coding convention of defining and initializing only 1 variable per line in liboctave.
Sat, 26 Oct 2013 18:57:05 -0700 Rik maint: Use GNU style coding conventions for code in liboctave/
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Wed, 23 Oct 2013 18:27:06 -0400 John W. Eaton avoid warnings about casts and gnulib functions
Tue, 02 Jul 2013 14:17:33 +0100 Craig Hudson Correct return values of gamma() (see Numerical, item 3 on Projects page).
Thu, 26 Sep 2013 21:34:26 -0400 Mike Miller ellipj: Move numerical code into liboctave
Wed, 26 Dec 2012 12:56:38 -0800 Rik build: Check that system has math defines such as M_PI.
Tue, 27 Nov 2012 23:39:54 -0500 Steven G. Johnson Add complex erf,erfc,erfcx,erfi,dawson routines from Faddeeva package.
Fri, 31 Aug 2012 20:00:20 -0700 Rik build: Refactor liboctave into multiple subdirectories. Move libcruft into liboctave. base liboctave/lo-specfun.cc@da4a0c0ad542