-
- Downloads
Fix steady state computation with bytecode+block and solve_algo ⩽ 4 or ⩾ 9
– Temporary terms were not correctly passed between blocks – solve_algo ⩾ 9 was incorrectly passed through bytecode own’s solver instead of through dynare_solve
Showing
- matlab/block_bytecode_mfs_steadystate.m 3 additions, 3 deletionsmatlab/block_bytecode_mfs_steadystate.m
- matlab/dynare_solve_block_or_bytecode.m 14 additions, 13 deletionsmatlab/dynare_solve_block_or_bytecode.m
- mex/sources/bytecode/SparseMatrix.cc 1 addition, 15 deletionsmex/sources/bytecode/SparseMatrix.cc
- mex/sources/bytecode/bytecode.cc 4 additions, 1 deletionmex/sources/bytecode/bytecode.cc
- tests/run_block_byte_tests_matlab.m 2 additions, 2 deletionstests/run_block_byte_tests_matlab.m
- tests/run_block_byte_tests_octave.m 2 additions, 2 deletionstests/run_block_byte_tests_octave.m
Loading