dynare/dynare++/kord
Sébastien Villemot 58bdee12c3
Dynare++ tensor library: refactor static stuff
- encapsulate it more clearly
- make it thread safe
- put back the Pascal triangle initialization stuff removed in 9512a32ad0
2019-02-21 19:00:50 +01:00
..
Makefile.am Dynare++: factorize and optimize code for integer exponentiation 2019-02-19 15:50:07 +01:00
approximation.cc Dynare++: the get() method of tensor containers now return a reference 2019-02-20 18:06:58 +01:00
approximation.hh Port to C++11 using keyword 2019-01-09 17:21:14 +01:00
decision_rule.cc Dynare++: use std::unique_ptr for storage inside tensor containers 2019-02-20 17:04:34 +01:00
decision_rule.hh Dynare++: the get() method of tensor containers now return a reference 2019-02-20 18:06:58 +01:00
dynamic_model.cc Drop support for MatIO < 1.5 2019-02-12 15:58:29 +01:00
dynamic_model.hh Dynare++ / sylvester equation solver: refactor Vector and ConstVector classes 2019-01-22 16:13:22 +01:00
faa_di_bruno.cc Dynare++: use C++11 threads (instead of POSIX threads API) 2019-01-28 18:44:24 +01:00
faa_di_bruno.hh dynare++ / tensor library (TL): move away from CWEB 2019-01-08 16:09:25 +01:00
first_order.cc Dynare++: ensure that all calls to BLAS/LAPACK use the correct LD values 2019-01-24 15:27:09 +01:00
first_order.hh Dynare++: simplifications made possible by new init-list constructor of IntSequence 2019-02-20 17:04:37 +01:00
global_check.cc Dynare++: the get() method of tensor containers now return a reference 2019-02-20 18:06:58 +01:00
global_check.hh Dynare++ / sylvester equation solver: refactor Vector and ConstVector classes 2019-01-22 16:13:22 +01:00
journal.cc Dynare++: drop remaining "using namespace std" 2019-02-06 19:00:46 +01:00
journal.hh Dynare++: modernization and simplification of the IntSequence class 2019-02-06 19:00:46 +01:00
kord_exception.hh Port to C++11 syntax for default constructors 2019-01-09 16:16:29 +01:00
korder.cc Dynare++: the get() method of tensor containers now return a reference 2019-02-20 18:06:58 +01:00
korder.hh Dynare++: the get() method of tensor containers now return a reference 2019-02-20 18:06:58 +01:00
korder_stoch.cc Dynare++: the get() method of tensor containers now return a reference 2019-02-20 18:06:58 +01:00
korder_stoch.hh Dynare++: the get() method of tensor containers now return a reference 2019-02-20 18:06:58 +01:00
mersenne_twister.hh Port to C++11 using keyword 2019-01-09 17:21:14 +01:00
normal_conjugate.cc Dynare++ / sylvester equation solver: refactor Vector and ConstVector classes 2019-01-22 16:13:22 +01:00
normal_conjugate.hh Port to C++11 syntax for default constructors 2019-01-09 16:16:29 +01:00
random.cc dynare++/kord: move away from CWEB 2019-01-04 16:32:05 +01:00
random.hh Port to C++11 override keyword 2019-01-09 16:26:42 +01:00
tests.cc Dynare++ tensor library: refactor static stuff 2019-02-21 19:00:50 +01:00