American-transaction costs 1.0.0.0
American option pricer under proportional transaction costs
|
Collects all objects of interest. More...
#include <all.h>
Public Member Functions | |
virtual void | dump_result (const size_t t, const size_t k, const T &object) |
operator StatisticsGathererInitial< T > () const | |
T | operator() (const size_t t, const size_t k) const |
T & | operator() (const size_t t, const size_t k) |
StatisticsGathererSome< T > | operator() (const std::vector< std::vector< size_t > > &path) const |
StatisticsGathererPath< T > | operator() (const std::vector< size_t > &path) const |
std::vector< T > | operator[] (const size_t t) const |
std::vector< T > & | operator[] (const size_t t) |
size_t | size () const |
size_t | size (const size_t t) const |
StatisticsGathererAll () |
Collects all objects of interest.
StatisticsGathererAll< T >::StatisticsGathererAll | ( | ) | [inline] |
Constructor.
virtual void StatisticsGathererAll< T >::dump_result | ( | const size_t | t, |
const size_t | k, | ||
const T & | object | ||
) | [inline, virtual] |
Collects intance of object T at time t at node k.
Reimplemented from StatisticsGatherer< T >.
StatisticsGathererAll< T >::operator StatisticsGathererInitial< T > | ( | ) | const [inline] |
StatisticsGathererPath<T> StatisticsGathererAll< T >::operator() | ( | const std::vector< size_t > & | path | ) | const [inline] |
T& StatisticsGathererAll< T >::operator() | ( | const size_t | t, |
const size_t | k | ||
) | [inline] |
T StatisticsGathererAll< T >::operator() | ( | const size_t | t, |
const size_t | k | ||
) | const [inline] |
StatisticsGathererSome<T> StatisticsGathererAll< T >::operator() | ( | const std::vector< std::vector< size_t > > & | path | ) | const [inline] |
std::vector<T> StatisticsGathererAll< T >::operator[] | ( | const size_t | t | ) | const [inline] |
std::vector<T>& StatisticsGathererAll< T >::operator[] | ( | const size_t | t | ) | [inline] |
size_t StatisticsGathererAll< T >::size | ( | ) | const [inline] |
Number of steps.
size_t StatisticsGathererAll< T >::size | ( | const size_t | t | ) | const [inline] |
Number of steps.