#include <_calculus.h>
Public Member Functions | |
| integral (const T &x, const int &samples=500) | |
| T::result_type | operator() (typename T::argument_type x, typename T::argument_type y) const |
Private Attributes | |
| T | func |
| int | samples |
Definition at line 65 of file _calculus.h.
| integral< T >::integral | ( | const T & | x, | |
| const int & | samples = 500 | |||
| ) | [inline, explicit] |
Definition at line 70 of file _calculus.h.
| T::result_type integral< T >::operator() | ( | typename T::argument_type | x, | |
| typename T::argument_type | y | |||
| ) | const [inline] |
Definition at line 73 of file _calculus.h.
References integral< T >::func, and integral< T >::samples.
1.5.2