#include <romberg_mul.hpp>
Public Member Functions | |
| RombergMul (void) | |
| Float | operator() (Fun &F, const FloatVector &a, const FloatVector &b, const SizeVector &n, const SizeVector &p, Float &e) |
Private Types | |
| typedef FloatVector::value_type | Float |
Definition at line 242 of file romberg_mul.hpp.
typedef FloatVector::value_type CppAD::RombergMul< Fun, SizeVector, FloatVector, m >::Float [private] |
Definition at line 243 of file romberg_mul.hpp.
| CppAD::RombergMul< Fun, SizeVector, FloatVector, m >::RombergMul | ( | void | ) | [inline] |
Definition at line 245 of file romberg_mul.hpp.
| Float CppAD::RombergMul< Fun, SizeVector, FloatVector, m >::operator() | ( | Fun & | F, | |
| const FloatVector & | a, | |||
| const FloatVector & | b, | |||
| const SizeVector & | n, | |||
| const SizeVector & | p, | |||
| Float & | e | |||
| ) | [inline] |
Definition at line 247 of file romberg_mul.hpp.
1.6.1