From ee44dd5feaff7b6b4df40b042356039a88ebb678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?= Date: Tue, 7 Jul 2015 15:33:08 +0200 Subject: [PATCH] Updated header. --- matlab/perfect-foresight-models/sim1_linear.m | 27 +++++++++---------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/matlab/perfect-foresight-models/sim1_linear.m b/matlab/perfect-foresight-models/sim1_linear.m index 31f3ceb6f..d4927937d 100644 --- a/matlab/perfect-foresight-models/sim1_linear.m +++ b/matlab/perfect-foresight-models/sim1_linear.m @@ -1,19 +1,16 @@ -function oo_ = sim1(options_, M_, oo_) -% function sim1 -% Performs deterministic simulations with lead or lag on one period. -% Uses sparse matrices. -% -% INPUTS -% ... -% OUTPUTS -% ... -% ALGORITHM -% ... -% -% SPECIAL REQUIREMENTS -% None. +function oo_ = sim1_linear(options_, M_, oo_) -% Copyright (C) 1996-2015 Dynare Team +% Solves a linear approximation of a perfect foresight model susing sparse matrix. +% +% INPUTS +% - options_ [struct] contains various options. +% - M_ [struct] contains a description of the model. +% - oo_ [struct] contains results. +% +% OUTPUTS +% - oo_ + +% Copyright (C) 2015 Dynare Team % % This file is part of Dynare. %