mathUtils.hpp
Go to the documentation of this file.
1 #ifndef JULIAN_MATHUTILS_HPP
2 #define JULIAN_MATHUTILS_HPP
3 
4 namespace julian {
5 
16  enum class NumDiffScheme {
17  CNTR ,
21  FWD ,
25  BWD
29  };
30 }
31 #endif
Definition: cadHoliday.cpp:3
NumDiffScheme
collection of enumerations, simple classes and small functions used in mathematical computations ...
Definition: mathUtils.hpp:16