dynare/dynare++/utils/cc
Sébastien Villemot 9512a32ad0
Dynare++: remove duplicate implementation of the Pascal triangle
As a consequence, the singleton implementation has to be made thread-safe.

Also implement the singleton pattern using a namespace, rather than a static
instance.
2019-02-19 16:46:04 +01:00
..
Makefile.am Dynare++: factorize and optimize code for integer exponentiation 2019-02-19 15:50:07 +01:00
exception.hh Various modernizations 2019-01-10 18:24:04 +01:00
int_power.cc Dynare++: factorize and optimize code for integer exponentiation 2019-02-19 15:50:07 +01:00
int_power.hh Dynare++: factorize and optimize code for integer exponentiation 2019-02-19 15:50:07 +01:00
pascal_triangle.cc Dynare++: remove duplicate implementation of the Pascal triangle 2019-02-19 16:46:04 +01:00
pascal_triangle.hh Dynare++: remove duplicate implementation of the Pascal triangle 2019-02-19 16:46:04 +01:00