Skip to content
Snippets Groups Projects
Verified Commit a2f2814c authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

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).
parent 3690dc2e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment