Updated header.

time-shift
Stéphane Adjemian (Charybdis) 2015-07-07 15:33:08 +02:00
parent 316f394e06
commit ee44dd5fea
1 changed files with 12 additions and 15 deletions

View File

@ -1,19 +1,16 @@
function oo_ = sim1(options_, M_, oo_) function oo_ = sim1_linear(options_, M_, oo_)
% function sim1
% Performs deterministic simulations with lead or lag on one period. % Solves a linear approximation of a perfect foresight model susing sparse matrix.
% Uses sparse matrices.
% %
% INPUTS % INPUTS
% ... % - options_ [struct] contains various options.
% OUTPUTS % - M_ [struct] contains a description of the model.
% ... % - oo_ [struct] contains results.
% ALGORITHM
% ...
% %
% SPECIAL REQUIREMENTS % OUTPUTS
% None. % - oo_
% Copyright (C) 1996-2015 Dynare Team % Copyright (C) 2015 Dynare Team
% %
% This file is part of Dynare. % This file is part of Dynare.
% %