-
- Downloads
- extension of normalization of equations to nonlinear equations
- mfs: new option for 'steady' and 'model' commands. Determines the equation belonging to the set of feedback variables. mfs = 0 => all variables are considered as feedback variables (default value) mfs = 1 => using only naturally normalized equation as potential recursive equations (all variables assigned to unnormalized equations are considered as feedback variable) mfs = 2 => adding to the set of potential recursive equation with mfs = 1 the linear equation in endogenous variable normalized (all variables assigned to nonlinear unnormalized equations are considered as feedback variable) mfs = 3 => adding to the set of potential recursive equation with mfs = 2 the non linear equation in endogenous variable normalized - correction of few buggs in simulate.dll - block_mfs_dll: new option for 'steady' command. Use simulate.dll to solve the steady state model (speedup the computation of the steady-state and the homotopy) git-svn-id: https://www.dynare.org/svn/dynare/trunk@2866 ac1d8469-bf42-47a9-8791-bf33cf982152
Showing
- matlab/global_initialization.m 4 additions, 1 deletionmatlab/global_initialization.m
- matlab/model_info.m 7 additions, 7 deletionsmatlab/model_info.m
- matlab/resid.m 4 additions, 4 deletionsmatlab/resid.m
- matlab/solve_one_boundary.m 48 additions, 5 deletionsmatlab/solve_one_boundary.m
- matlab/solve_two_boundaries.m 48 additions, 11 deletionsmatlab/solve_two_boundaries.m
- matlab/steady_.m 2 additions, 0 deletionsmatlab/steady_.m
- mex/sources/simulate/Interpreter.cc 669 additions, 747 deletionsmex/sources/simulate/Interpreter.cc
- mex/sources/simulate/Interpreter.hh 4 additions, 2 deletionsmex/sources/simulate/Interpreter.hh
- mex/sources/simulate/Mem_Mngr.hh 1 addition, 1 deletionmex/sources/simulate/Mem_Mngr.hh
- mex/sources/simulate/SparseMatrix.cc 1452 additions, 2598 deletionsmex/sources/simulate/SparseMatrix.cc
- mex/sources/simulate/SparseMatrix.hh 6 additions, 10 deletionsmex/sources/simulate/SparseMatrix.hh
- mex/sources/simulate/simulate.cc 107 additions, 93 deletionsmex/sources/simulate/simulate.cc
- mex/sources/simulate/simulate.hh 1 addition, 27 deletionsmex/sources/simulate/simulate.hh
- mex/sources/simulate/testing/mex_interface.cc 7 additions, 50 deletionsmex/sources/simulate/testing/mex_interface.cc
- mex/sources/simulate/testing/simulate_debug.m 6 additions, 6 deletionsmex/sources/simulate/testing/simulate_debug.m
- preprocessor/BlockTriangular.cc 85 additions, 68 deletionspreprocessor/BlockTriangular.cc
- preprocessor/BlockTriangular.hh 6 additions, 7 deletionspreprocessor/BlockTriangular.hh
- preprocessor/CodeInterpreter.hh 9 additions, 1 deletionpreprocessor/CodeInterpreter.hh
- preprocessor/ComputingTasks.cc 7 additions, 2 deletionspreprocessor/ComputingTasks.cc
- preprocessor/ComputingTasks.hh 2 additions, 1 deletionpreprocessor/ComputingTasks.hh
Loading
Please register or sign in to comment