From 1f29e89eea8fbe4039adc4d1ee4b794f156b0157 Mon Sep 17 00:00:00 2001 From: assia <assia@ac1d8469-bf42-47a9-8791-bf33cf982152> Date: Thu, 3 Jan 2008 11:36:48 +0000 Subject: [PATCH] header updated git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1531 ac1d8469-bf42-47a9-8791-bf33cf982152 --- matlab/check.m | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/matlab/check.m b/matlab/check.m index 1ca7e34057..ccb0875305 100644 --- a/matlab/check.m +++ b/matlab/check.m @@ -1,7 +1,22 @@ -% Copyright (C) 2001 Michel Juillard +function result = check + + +% function result = check +% checks determinacy conditions by computing the eigenvalues % +% INPUTS +% none +% +% OUTPUTS +% result +% +% SPECIAL REQUIREMENTS +% none +% +% part of DYNARE, copyright Dynare Team (2001-2007) +% Gnu Public License. + -function result = check global M_ options_ oo_ global it_ -- GitLab