dynare/dynare++/integ/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++: remove duplicate implementation of the Pascal triangle 2019-02-19 16:46:04 +01:00
precalc_quadrature.hh Dynare++: remove quasi-Monte Carlo Normal quadrature 2019-01-15 19:04:10 +01:00
product.cc Dynare++ tensor library: modernize the Symmetry class 2019-02-11 16:45:07 +01:00
product.hh Dynare++: various modernizations of numerical integration library 2019-01-14 18:56:49 +01:00
quadrature.cc Dynare++: remove quasi-Monte Carlo Normal quadrature 2019-01-15 19:04:10 +01:00
quadrature.hh Dynare++: drop remaining "using namespace std" 2019-02-06 19:00:46 +01:00
quasi_mcarlo.cc Dynare++: remove quasi-Monte Carlo Normal quadrature 2019-01-15 19:04:10 +01:00
quasi_mcarlo.hh Dynare++: drop remaining "using namespace std" 2019-02-06 19:00:46 +01:00
smolyak.cc Dynare++: remove duplicate implementation of the Pascal triangle 2019-02-19 16:46:04 +01:00
smolyak.hh Dynare++: remove duplicate implementation of the Pascal triangle 2019-02-19 16:46:04 +01:00
vector_function.cc Dynare++: ensure that all calls to BLAS/LAPACK use the correct LD values 2019-01-24 15:27:09 +01:00
vector_function.hh Dynare++: various modernizations of numerical integration library 2019-01-14 18:56:49 +01:00