-
- Downloads
Bytecode: the block and non-block versions now coexist in parallel
As a consequence, a new “block_decomposed” option of the bytecode MEX has been introduced to explicitly select the block-decomposed version. Note that we do not always use the “block_decomposed” option even when the “block” option has been passed to the user, in situations where the block decomposition brings nothing (e.g. when evaluating the residuals of the whole model).
Showing
- matlab/block_bytecode_mfs_steadystate.m 2 additions, 2 deletionsmatlab/block_bytecode_mfs_steadystate.m
- matlab/dr_block.m 2 additions, 2 deletionsmatlab/dr_block.m
- matlab/dynare_solve_block_or_bytecode.m 7 additions, 3 deletionsmatlab/dynare_solve_block_or_bytecode.m
- matlab/model_diagnostics.m 2 additions, 2 deletionsmatlab/model_diagnostics.m
- matlab/perfect-foresight-models/det_cond_forecast.m 16 additions, 18 deletionsmatlab/perfect-foresight-models/det_cond_forecast.m
- matlab/perfect-foresight-models/perfect_foresight_solver_core.m 2 additions, 2 deletions.../perfect-foresight-models/perfect_foresight_solver_core.m
- matlab/print_bytecode_dynamic_model.m 6 additions, 2 deletionsmatlab/print_bytecode_dynamic_model.m
- matlab/print_bytecode_static_model.m 6 additions, 2 deletionsmatlab/print_bytecode_static_model.m
- mex/sources/bytecode/Interpreter.cc 9 additions, 10 deletionsmex/sources/bytecode/Interpreter.cc
- mex/sources/bytecode/Interpreter.hh 3 additions, 3 deletionsmex/sources/bytecode/Interpreter.hh
- mex/sources/bytecode/SparseMatrix.cc 9 additions, 15 deletionsmex/sources/bytecode/SparseMatrix.cc
- mex/sources/bytecode/SparseMatrix.hh 5 additions, 2 deletionsmex/sources/bytecode/SparseMatrix.hh
- mex/sources/bytecode/bytecode.cc 8 additions, 4 deletionsmex/sources/bytecode/bytecode.cc
- preprocessor 1 addition, 1 deletionpreprocessor
Loading