dynare/dynare++/src
Sébastien Villemot 5fcf563c61
Dynare++: factorize and optimize code for integer exponentiation
There were two implementations of integer exponentiation. Merge them into a new
file under utils/cc/.

By the way, optimize it using exponentiation by squaring.
2019-02-19 15:50:07 +01:00
..
Makefile.am Dynare++: factorize and optimize code for integer exponentiation 2019-02-19 15:50:07 +01:00
dynare3.cc Dynare++ tensor library: modernize the Symmetry class 2019-02-11 16:45:07 +01:00
dynare3.hh Dynare++: drop remaining "using namespace std" 2019-02-06 19:00:46 +01:00
dynare_atoms.cc Port to C++11 nullptr keyword 2019-01-09 16:25:31 +01:00
dynare_atoms.hh Dynare++ / sylvester equation solver: refactor Vector and ConstVector classes 2019-01-22 16:13:22 +01:00
dynare_exception.hh Remove Emacs local mode variable 2019-01-10 14:26:14 +01:00
dynare_model.cc A few more modernizations with clang-tidy 2019-01-10 14:50:49 +01:00
dynare_model.hh A few more modernizations with clang-tidy 2019-01-10 14:50:49 +01:00
dynare_params.cc Dynare++: change default # of threads to # logical CPUs divided by 2 2019-02-13 18:29:34 +01:00
dynare_params.hh Remove Emacs local mode variable 2019-01-10 14:26:14 +01:00
dynglob.ll Dynare++: enforce C++ Emacs mode for bison/flex files 2019-01-15 19:03:58 +01:00
dynglob.yy Dynare++: enforce C++ Emacs mode for bison/flex files 2019-01-15 19:03:58 +01:00
forw_subst_builder.cc Port to C++11 range-based for loops 2019-01-09 15:44:26 +01:00
forw_subst_builder.hh Remove Emacs local mode variable 2019-01-10 14:26:14 +01:00
main.cc Dynare++: drop remaining "using namespace std" 2019-02-06 19:00:46 +01:00
nlsolve.cc Dynare++: finish to apply Dynare C++ coding style and extensions (.cc/.hh) 2019-01-08 17:12:05 +01:00
nlsolve.hh Remove Emacs local mode variable 2019-01-10 14:26:14 +01:00
planner_builder.cc Port some constructors to pass-by-value using C++11 move semantics 2019-01-09 15:46:04 +01:00
planner_builder.hh Remove Emacs local mode variable 2019-01-10 14:26:14 +01:00