ETL
0.04.19
|
#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 |
======================================================================== Extended Template and Library Calculus Functional Classes Implementation $Id$
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.
|
inlineexplicit |
Definition at line 52 of file _calculus.h.
|
inline |
Definition at line 55 of file _calculus.h.
References derivative< T >::epsilon, and derivative< T >::func.
|
private |
Definition at line 49 of file _calculus.h.
Referenced by derivative< T >::operator()(), and derivative< hermite< T > >::operator()().
|
private |
Definition at line 50 of file _calculus.h.
Referenced by derivative< T >::operator()().