-
- Downloads
- compute the jacobian matrix for exogenous, det_exogenous and previous blocks endogenous
- preprocessor provides informations about the dynamic structure of each block - extends the algorithms available with bytecode: stack_solve_algo = 1, 2, 3 and 4 is compatible the bytecode. Speed and memory requirement are improved with stack_solve_algo = 1 or 4 for large scale models. - bytecode can be used to evaluate a model
Showing
- matlab/model_info.m 1 addition, 1 deletionmatlab/model_info.m
- matlab/read_data_.m 1 addition, 1 deletionmatlab/read_data_.m
- matlab/simul.m 2 additions, 2 deletionsmatlab/simul.m
- matlab/steady_.m 5 additions, 2 deletionsmatlab/steady_.m
- mex/sources/bytecode/Interpreter.cc 305 additions, 79 deletionsmex/sources/bytecode/Interpreter.cc
- mex/sources/bytecode/Interpreter.hh 17 additions, 7 deletionsmex/sources/bytecode/Interpreter.hh
- mex/sources/bytecode/Mem_Mngr.cc 3 additions, 3 deletionsmex/sources/bytecode/Mem_Mngr.cc
- mex/sources/bytecode/Mem_Mngr.hh 2 additions, 2 deletionsmex/sources/bytecode/Mem_Mngr.hh
- mex/sources/bytecode/SparseMatrix.cc 1094 additions, 636 deletionsmex/sources/bytecode/SparseMatrix.cc
- mex/sources/bytecode/SparseMatrix.hh 19 additions, 7 deletionsmex/sources/bytecode/SparseMatrix.hh
- mex/sources/bytecode/bytecode.cc 144 additions, 38 deletionsmex/sources/bytecode/bytecode.cc
- preprocessor/CodeInterpreter.hh 258 additions, 40 deletionspreprocessor/CodeInterpreter.hh
- preprocessor/DynamicModel.cc 508 additions, 143 deletionspreprocessor/DynamicModel.cc
- preprocessor/DynamicModel.hh 94 additions, 4 deletionspreprocessor/DynamicModel.hh
- preprocessor/ExprNode.cc 31 additions, 31 deletionspreprocessor/ExprNode.cc
- preprocessor/ExprNode.hh 12 additions, 7 deletionspreprocessor/ExprNode.hh
- preprocessor/ModFile.cc 1 addition, 1 deletionpreprocessor/ModFile.cc
- preprocessor/ModelTree.cc 125 additions, 27 deletionspreprocessor/ModelTree.cc
- preprocessor/ModelTree.hh 16 additions, 5 deletionspreprocessor/ModelTree.hh
- preprocessor/StaticModel.cc 67 additions, 63 deletionspreprocessor/StaticModel.cc
Loading
Please register or sign in to comment