dynare/mex/sources
Ferhat Mihoubi 0a3c8a4b0c - 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
2010-09-17 12:16:47 +02:00
..
bytecode - compute the jacobian matrix for exogenous, det_exogenous and previous blocks endogenous 2010-09-17 12:16:47 +02:00
estimation C++ Estimation DLL: Adding 1st cut draft RandomWalkMetropolisHastings.cc and related untested files for review 2010-09-14 12:21:45 +01:00
k_order_perturbation K-order DLL: cosmetic changes 2010-08-30 17:11:58 +02:00
kalman Minor updates 2009-11-04 17:20:35 +00:00
kronecker Beautified MEX source code 2009-12-16 17:18:38 +00:00
mjdgges mjdgges.c: eliminates bogus imaginary NaNs in eigenvalues 2010-05-14 15:03:15 +02:00
threads v4.1: Added the possibility of multithreading for some mex files 2009-03-11 14:57:34 +00:00
Makefile.am Build system: fix the creation of tarball 2010-02-13 09:52:43 +01:00
build_matlab.m build_matlab: fix for 64-bit Mac (thanks to Jacob Smith for reporting) 2010-01-22 09:14:09 +00:00
build_matlab_multithread.m Beautified MEX source code 2009-12-16 17:18:38 +00:00
dynblas.h Estimation C++ DLL: Enhancing KalmanFilter performance using symmetric matrix and vector BLAS routines calls added or enhanced in BlasBindings.hh and dynblas.h + some minor fixes to Matrix.hh and LogPriorDensity.cc 2010-09-03 11:17:50 +01:00
dynlapack.h C++ Estimation DLL: KalmanFilter, dynlapack and LapackBindings with Cholesky decomp. based matrix inverter 2010-08-04 15:57:52 +01:00
dynmex.h Beautified MEX source code 2009-12-16 17:18:38 +00:00