QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
Go to the source code of this file.
Namespaces | |
namespace | QuantLib |
Functions | |
void | mergeTimes (const std::vector< std::vector< Time > > ×, std::vector< Time > &mergedTimes, std::vector< std::valarray< bool > > &isPresent) |
std::valarray< bool > | isInSubset (const std::vector< Time > &set, const std::vector< Time > &subset) |
void | checkIncreasingTimes (const std::vector< Time > ×) |
check for strictly increasing times, first time greater than zero More... | |
void | checkIncreasingTimesAndCalculateTaus (const std::vector< Time > ×, std::vector< Time > &taus) |