timeGrid.hpp
Go to the documentation of this file.
Date end_date_
Date determining ending of the interval.
Definition: timeGrid.hpp:32
Definition: cadHoliday.cpp:3
double getDiff(int i) const
returns difference between i-th and (i-1)-th time
Definition: timeGrid.cpp:29
File contains definition of date class.
Date start_date_
Date determining beginning of the interval.
Definition: timeGrid.hpp:31
unsigned int getSize() const
returns number of nodes
Definition: timeGrid.cpp:36
std::vector< double > time_
Real numbers representing nodes of time greed.
Definition: timeGrid.hpp:33
std::vector< double > getGrid() const
returns time grid
Definition: timeGrid.cpp:17