#include <_calculus.h>
Public Member Functions | |
derivative (const T &x, const typename T::argument_type &epsilon=0.000001) | |
T::result_type | operator() (const typename T::argument_type &x) const |
Private Attributes | |
T | func |
T::argument_type | epsilon |
Copyright (c) 2002 Robert B. Quattlebaum Jr. Copyright (c) 2008 Chris Moore
This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
=== N O T E S ===========================================================
=========================================================================
Definition at line 47 of file _calculus.h.
derivative< T >::derivative | ( | const T & | x, | |
const typename T::argument_type & | epsilon = 0.000001 | |||
) | [inline, explicit] |
Definition at line 52 of file _calculus.h.
T::result_type derivative< T >::operator() | ( | const typename T::argument_type & | x | ) | const [inline] |
Definition at line 55 of file _calculus.h.
References derivative< T >::epsilon, and derivative< T >::func.
T derivative< T >::func [private] |
Definition at line 49 of file _calculus.h.
Referenced by derivative< hermite< T > >::operator()(), and derivative< T >::operator()().
T::argument_type derivative< T >::epsilon [private] |