header updated

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1528 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
assia 2008-01-03 11:12:25 +00:00
parent 759e94fe63
commit a80aa9eb17
1 changed files with 18 additions and 0 deletions

View File

@ -1,5 +1,23 @@
function d1 = bksupk(ny,fid,jcf,icc1)
% function d1 = bksupk(ny,fid,jcf,icc1)
% Solves deterministic models recursively by backsubstitution for k leads/lags
%
% INPUTS
% ny: number of endogenous variables
% fid: saves the elements above the diagonal
% jcf: variables index forward
% icc1: jacobian column forward
%
% OUTPUTS
% d1: vector of backsubstitution results
%
% SPECIAL REQUIREMENTS
% none
%
% part of DYNARE, copyright Dynare Team (2003-2007)
% Gnu Public License.
global M_ options_
icf = [1:jcf-1] ;