dynare/mex/sources
Stéphane Adjemian (Charybdis) 5c709e4733 Changed set_dynare_threads.m. The number of threads in parallelized mex files to be used if dynare is built with the openmp flag
(--with-openmp) is not passed by an environment variable anymore. The function set_dynare_threads changes the default value of the
number of threads (default is 1) in the options_.threads structure. Changed calls to sparse_hessian_times_B_kronecker_C and
A_times_B_kronecker_C dlls accordingly.
2010-11-15 13:06:39 +01:00
..
bytecode Check command is now compatible with block and bytecode options 2010-10-27 15:34:48 +02:00
estimation Make sure "min" and "max" macros are never defined under Windows, this can create conflicts with "std::min" and "std::max" 2010-10-29 12:01:47 +02:00
k_order_perturbation Make sure "min" and "max" macros are never defined under Windows, this can create conflicts with "std::min" and "std::max" 2010-10-29 12:01:47 +02:00
kronecker Changed set_dynare_threads.m. The number of threads in parallelized mex files to be used if dynare is built with the openmp flag 2010-11-15 13:06:39 +01:00
mjdgges mjdgges: remove instances of mexErrMsgTxt 2010-09-23 10:44:59 +02:00
ordschur qzcomplex and ordschur oct-files: 2010-10-21 15:58:24 +02:00
qzcomplex qzcomplex and ordschur oct-files: 2010-10-21 15:58:24 +02:00
Makefile.am New oct-file for "ordschur": the diffuse filter now works under Octave 2010-10-21 15:43:13 +02: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 Macro used to clean up after encountering an error in a mex file (previously handled by mexErrMsgTxt) and helper m file 2010-09-23 10:43:16 +02:00