CppAD: A C++ Algorithmic Differentiation Package 20110419
|
Public Member Functions | |
SliceLast (Fun *F_, size_t last_, const FloatVector &x_) | |
double | operator() (const Float &xlast) |
Private Types | |
typedef FloatVector::value_type | Float |
Private Attributes | |
Fun * | F |
size_t | last |
FloatVector | x |
Definition at line 180 of file romberg_mul.hpp.