dynare/mex/build/octave
Sébastien Villemot a8f5bdd525
Build system: no longer need to pass -pthread or -mthreads for C++11 threads as of GCC 10
2023-01-05 17:58:42 +01:00
..
block_kalman_filter Build system: adding files forgotten in a1ee7f1ee4 2011-09-26 10:17:01 +02:00
block_trust_region Add new block_trust_region MEX 2019-12-03 16:17:16 +01:00
bytecode Do not put -lumfpack in LIBS, rather use a special variable for it 2013-03-29 15:30:31 +01:00
cycle_reduction Implements a cycle reduction Fortran routine and the associated test. 2022-10-03 14:38:12 +02:00
disclyap_fast New MEX for solving discrete Lyapunov equations with doubling algorithm 2020-07-30 16:34:35 +02:00
folded_to_unfolded_dr Implements `local_state_space_iteration_fortran`, the Fortran replacement of `local_state_space_iteration_k` (Ref #1802) 2021-09-22 16:28:46 +02:00
gensylv New oct-file "qzcomplex" for bringing the complex QZ decomposition to Octave. Fixes issues with partial information under Octave. 2010-10-21 12:33:18 +02:00
k_order_mean Build system: add provisions for k_order_mean MEX under Octave 2021-12-16 10:42:37 +01:00
k_order_perturbation New oct-file "qzcomplex" for bringing the complex QZ decomposition to Octave. Fixes issues with partial information under Octave. 2010-10-21 12:33:18 +02:00
k_order_simul Implements k-order simulation routine in Fortran (Ref: #1802) 2021-09-24 09:11:15 +02:00
k_order_welfare kth-order approximation of conditional welfare 2021-06-15 15:04:31 +02:00
kalman_steady_state Added mex file for computing the fixed point of the riccati equation in the kalman filter. 2010-11-19 14:39:54 +01:00
kronecker New oct-file "qzcomplex" for bringing the complex QZ decomposition to Octave. Fixes issues with partial information under Octave. 2010-10-21 12:33:18 +02:00
libdynare++ New oct-file "qzcomplex" for bringing the complex QZ decomposition to Octave. Fixes issues with partial information under Octave. 2010-10-21 12:33:18 +02:00
libkorder kth-order approximation of conditional welfare 2021-06-15 15:04:31 +02:00
libkordersim Implements `local_state_space_iteration_fortran`, the Fortran replacement of `local_state_space_iteration_k` (Ref #1802) 2021-09-22 16:28:46 +02:00
local_state_space_iterations Added routine to compute one step ahead state space iteration (mex and m). The state space 2012-03-04 22:07:27 +01:00
logarithmic_reduction Implements a logarithmic reduction Fortran routine and the associated test 2022-10-11 12:11:06 +02:00
mjdgges New oct-file "qzcomplex" for bringing the complex QZ decomposition to Octave. Fixes issues with partial information under Octave. 2010-10-21 12:33:18 +02:00
ms_sbvar Fix build system with Automake 1.12 2012-09-28 17:31:39 +02: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 New perfect_foresight_problem MEX file 2019-06-24 17:53:59 +02:00
riccati_update Implements a Fortran update of the states variance-covariance matrix for the Kalman filter 2022-11-14 16:24:46 +00:00
sobol Fixed Octave's mex extension for qmc_sequence. 2011-12-22 14:32:32 +01:00
Makefile.am Implements a Fortran update of the states variance-covariance matrix for the Kalman filter 2022-11-14 16:24:46 +00:00
configure.ac Build system: no longer need to pass -pthread or -mthreads for C++11 threads as of GCC 10 2023-01-05 17:58:42 +01:00
mex.am Enable -Wunused-parameter for C++ MEX 2022-07-05 12:12:53 +02:00