Skip to content
Snippets Groups Projects
Commit 7417d180 authored by michel's avatar michel
Browse files

v4 dr1.m: bug correction to kron unrolling

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1144 ac1d8469-bf42-47a9-8791-bf33cf982152
parent de346076
No related branches found
No related tags found
No related merge requests found
......@@ -495,7 +495,7 @@ if nrhu1*nrhu1*nchu1*nchu1 > 1e7
else
B1 = B*dr.ghxx*kron(hu1,hu1);
end
rhs = -[rhs; zeros(n-M_.endo_nbr,size(rhs,2))]-B*dr.ghxx*kron(hu1,hu1);
rhs = -[rhs; zeros(n-M_.endo_nbr,size(rhs,2))]-B1;
%lhs
dr.ghuu = A\rhs;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment