Select Git revision
perfect_foresight_mcp_problem.m
Forked from
Dynare / dynare
Source project has a limited visibility.
-
Sébastien Villemot authored
The routines use the find() function applied to a subset of columns of the Jacobian, which in this case is a row vector. When passed a row vector, find() returns row vectors (while it returns column vectors when passed a column vector or a matrix). This case was not correctly handled. (cherry picked from commit 87cc5193)
Sébastien Villemot authoredThe routines use the find() function applied to a subset of columns of the Jacobian, which in this case is a row vector. When passed a row vector, find() returns row vectors (while it returns column vectors when passed a column vector or a matrix). This case was not correctly handled. (cherry picked from commit 87cc5193)