#include <Numerical.h>
Public Member Functions | |
Numerical () | |
Numerical (int m) | |
operator double () const | |
double | operator() (double, double) const |
double | operator() () const |
double | operator() (double) const |
Static Public Attributes | |
static const int | value = n |
Definition at line 6 of file Numerical.h.
funct::Numerical< n >::Numerical | ( | ) | [inline] |
Definition at line 7 of file Numerical.h.
{ }
funct::Numerical< n >::Numerical | ( | int | m | ) | [inline] |
funct::Numerical< n >::operator double | ( | ) | const [inline] |
double funct::Numerical< n >::operator() | ( | double | , |
double | |||
) | const [inline] |
double funct::Numerical< n >::operator() | ( | double | ) | const [inline] |
double funct::Numerical< n >::operator() | ( | ) | const [inline] |
const int funct::Numerical< n >::value = n [static] |
Definition at line 9 of file Numerical.h.