dynare/mex
Sébastien Villemot 1f7d3beddc
Dynare++ tensor library: modernize the Symmetry class
We now use a initializer list constructor for creating symmetries of the form
$y^n$, $y^n u^m$, $y^nu^m\sigma^k$.

The constructor taking a single integer is used to initialize a symmetry of a
given length.

Similar changes are made to IntSequence.

This behavior is similar to std::vector.
2019-02-11 16:45:07 +01:00
..
build Dynare++: use C++11 threads (instead of POSIX threads API) 2019-01-28 18:44:24 +01:00
sources Dynare++ tensor library: modernize the Symmetry class 2019-02-11 16:45:07 +01:00