dynare/dynare++
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
..
doc Clarify the timing convention in dynare++ 2016-08-21 10:22:56 +02:00
extern Reverts changes mistakenly added to commit f484942154. 2019-01-22 18:21:57 +01:00
integ Dynare++: ensure that all calls to BLAS/LAPACK use the correct LD values 2019-01-24 15:27:09 +01:00
kord Dynare++: ensure that all calls to BLAS/LAPACK use the correct LD values 2019-01-24 15:27:09 +01:00
parser/cc Dynare++: enforce C++ Emacs mode for bison/flex files 2019-01-15 19:03:58 +01:00
src Dynare++ / sylvester equation solver: refactor Vector and ConstVector classes 2019-01-22 16:13:22 +01:00
sylv Dynare++: ensure that all calls to BLAS/LAPACK use the correct LD values 2019-01-24 15:27:09 +01:00
tests Dynare++: fixed bug in tests 2011-01-20 15:42:53 -05:00
tl Reverts changes mistakenly added to commit f484942154. 2019-01-22 18:21:57 +01:00
utils/cc Various modernizations 2019-01-10 18:24:04 +01:00
Makefile.am Build system: minor fixes 2009-11-03 12:48:26 +00:00
c++lib.w Various minor fixes to dynare++ documentation 2009-09-11 17:08:55 +00:00
change_log.html Putting dynare++ under main dynare SVN repository 2009-09-08 13:55:19 +00:00