dynare/dynare++/integ
Sébastien Villemot a2f2814cb2
Dynare++: ensure that all calls to BLAS/LAPACK use the correct LD values
Many BLAS/LAPACK calls were making the assumption that LD==rows when passing
matrices. In some cases this was correct (because of implementation details,
in particular because how the copy constructor of GeneralMatrix is implemented).
But in other cases it was a bug.

With this commit, the actual value for LD is systematically used (this fixes
existing bugs and prevent possible future ones if the implementation details
were changed).
2019-01-24 15:27:09 +01:00
..
cc Dynare++: ensure that all calls to BLAS/LAPACK use the correct LD values 2019-01-24 15:27:09 +01:00
src Dynare++: various modernizations of numerical integration library 2019-01-14 18:56:49 +01:00
testing Dynare++: "make check" now fails if a numerical integration test fails 2019-01-15 19:04:13 +01:00
Makefile.am New build system for standalone dynare++ 2009-09-11 17:34:15 +00:00