dynare/mex/sources
Sébastien Villemot c9eb6920c9
local_state_space_iteration_k MEX: fix bug in output
In its output, the MEX was returning values for all endogenous variables, but
it was used in a context where only the variables from oo_.dr.restrict_var_list
were expected (as is done with local_state_space_iteration_2 MEX).

This commit fixes this discrepancy, and also fixes the test that was checking
that both MEX are returning the same output.

Closes: #1768
2021-03-10 13:45:29 +01:00
..
block_kalman_filter Remove workaround for errors in MEX files 2020-01-10 18:33:11 +01:00
block_trust_region Provide block_trust_region MEX under solve_algo 13 and 14 2020-09-18 18:01:56 +02:00
bytecode Bytecode / sparse transpose: bug fix 2021-02-09 16:05:11 +01:00
disclyap_fast New MEX for solving discrete Lyapunov equations with doubling algorithm 2020-07-30 16:34:35 +02:00
dynare_simul_ Remove workaround for errors in MEX files 2020-01-10 18:33:11 +01:00
gensylv Remove workaround for errors in MEX files 2020-01-10 18:33:11 +01:00
k_order_perturbation Remove risky steady state (unfinished) code 2021-01-22 11:32:36 +01:00
kalman_steady_state Remove workaround for errors in MEX files 2020-01-10 18:33:11 +01:00
kronecker Remove workaround for errors in MEX files 2020-01-10 18:33:11 +01:00
local_state_space_iterations local_state_space_iteration_k MEX: fix bug in output 2021-03-10 13:45:29 +01:00
mjdgges Various improvements to mjdgges MEX 2020-07-30 16:34:33 +02:00
ms-sbvar MS-SBVAR MEX: various simplifications and modernizations 2020-02-10 16:25:03 +01:00
num_procs Add new num_procs MEX file for getting number of available processing units 2019-06-27 14:34:09 +02:00
perfect_foresight_problem perfect_foresight_problem MEX: check the return code of mexCallMATLAB() 2020-12-07 15:03:35 +01:00
sobol Remove workaround for errors in MEX files 2020-01-10 18:33:11 +01:00
Makefile.am Merge remote-tracking branch 'Dynare/master' into enterprise 2020-09-17 14:53:32 +02:00
blas_lapack.F08 Fortran MEX interface: minor fix for interface to dgemv 2020-10-21 18:17:41 +02:00
defines.F08 Convert mjdgges MEX to Fortran 2008 2020-01-09 09:23:07 +01:00
dynblas.h Bump minimal MATLAB version to R2014a 2020-04-07 16:32:32 +02:00
dynlapack.h Bump minimal MATLAB version to R2014a 2020-04-07 16:32:32 +02:00
dynmex.h Remove workaround for errors in MEX files 2020-01-10 18:33:11 +01:00
dynumfpack.h Use Unicode copyright symbol (in UTF-8 encoding) 2019-04-16 11:42:16 +02:00
matlab_mex.F08 Various improvements to Fortran 2008 interface to MATLAB MEX functions 2020-07-30 14:45:50 +02:00