#include <romberg_mul.hpp>
Public Member Functions | |
| IntegrateLast (Fun *F_, size_t last_, const FloatVector &a_, const FloatVector &b_, const SizeVector &n_, const SizeVector &p_) | |
| Float | operator() (const FloatVector &x) |
| void | ClearEsum (void) |
| Float | GetEsum (void) |
| void | ClearEcount (void) |
| size_t | GetEcount (void) |
Private Attributes | |
| Fun * | F |
| const size_t | last |
| const FloatVector | a |
| const FloatVector | b |
| const SizeVector | n |
| const SizeVector | p |
| Float | esum |
| size_t | ecount |
Definition at line 199 of file romberg_mul.hpp.
| CppAD::IntegrateLast< Fun, SizeVector, FloatVector, Float >::IntegrateLast | ( | Fun * | F_, | |
| size_t | last_, | |||
| const FloatVector & | a_, | |||
| const FloatVector & | b_, | |||
| const SizeVector & | n_, | |||
| const SizeVector & | p_ | |||
| ) | [inline] |
Definition at line 211 of file romberg_mul.hpp.
| Float CppAD::IntegrateLast< Fun, SizeVector, FloatVector, Float >::operator() | ( | const FloatVector & | x | ) | [inline] |
Definition at line 220 of file romberg_mul.hpp.
| void CppAD::IntegrateLast< Fun, SizeVector, FloatVector, Float >::ClearEsum | ( | void | ) | [inline] |
Definition at line 230 of file romberg_mul.hpp.
| Float CppAD::IntegrateLast< Fun, SizeVector, FloatVector, Float >::GetEsum | ( | void | ) | [inline] |
Definition at line 232 of file romberg_mul.hpp.
| void CppAD::IntegrateLast< Fun, SizeVector, FloatVector, Float >::ClearEcount | ( | void | ) | [inline] |
Definition at line 235 of file romberg_mul.hpp.
| size_t CppAD::IntegrateLast< Fun, SizeVector, FloatVector, Float >::GetEcount | ( | void | ) | [inline] |
Definition at line 237 of file romberg_mul.hpp.
Fun* CppAD::IntegrateLast< Fun, SizeVector, FloatVector, Float >::F [private] |
Definition at line 201 of file romberg_mul.hpp.
const size_t CppAD::IntegrateLast< Fun, SizeVector, FloatVector, Float >::last [private] |
Definition at line 202 of file romberg_mul.hpp.
const FloatVector CppAD::IntegrateLast< Fun, SizeVector, FloatVector, Float >::a [private] |
Definition at line 203 of file romberg_mul.hpp.
const FloatVector CppAD::IntegrateLast< Fun, SizeVector, FloatVector, Float >::b [private] |
Definition at line 204 of file romberg_mul.hpp.
const SizeVector CppAD::IntegrateLast< Fun, SizeVector, FloatVector, Float >::n [private] |
Definition at line 205 of file romberg_mul.hpp.
const SizeVector CppAD::IntegrateLast< Fun, SizeVector, FloatVector, Float >::p [private] |
Definition at line 206 of file romberg_mul.hpp.
Float CppAD::IntegrateLast< Fun, SizeVector, FloatVector, Float >::esum [private] |
Definition at line 207 of file romberg_mul.hpp.
size_t CppAD::IntegrateLast< Fun, SizeVector, FloatVector, Float >::ecount [private] |
Definition at line 208 of file romberg_mul.hpp.
1.6.1