block_bytecode_mfs_steadystate
PURPOSE 
Wrapper around the *_static.m file, for use with dynare_solve,
SYNOPSIS 
function [r, g1] = block_bytecode_mfs_steadystate(y, b, y_all, exo, params, M)
DESCRIPTION 
CROSS-REFERENCE INFORMATION 
This function calls:
This function is called by:
SOURCE CODE 
0001 function [r, g1] = block_bytecode_mfs_steadystate(y, b, y_all, exo, params, M)
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017
0018
0019
0020
0021
0022 indx = M.blocksMFS{b};
0023 y_all(indx) = y;
0024 [chk, r, g1] = bytecode( y_all, exo, params, y_all, 1, y_all, 'evaluate', 'static', ['block = ' int2str(b) ]);
Generated on Mon 21-May-2012 02:42:43 by m2html © 2005