Public Types | |
typedef double | first_argument_type |
typedef double | result_type |
typedef double | second_argument_type |
Public Member Functions | |
double | operator() (double a, double b) const |
Definition at line 19 of file ufunc_mod.cpp.
typedef double BinaryCallable::first_argument_type |
Definition at line 21 of file ufunc_mod.cpp.
typedef double BinaryCallable::result_type |
Definition at line 23 of file ufunc_mod.cpp.
typedef double BinaryCallable::second_argument_type |
Definition at line 22 of file ufunc_mod.cpp.
double BinaryCallable::operator() | ( | double | a, |
double | b | ||
) | const [inline] |
Definition at line 25 of file ufunc_mod.cpp.