dynare/mex/sources
Ferhat Mihoubi bdfa881a96 Reorganization of error handling in bytecode 2010-11-25 16:11:05 +01:00
..
bytecode Reorganization of error handling in bytecode 2010-11-25 16:11:05 +01: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
kalman_steady_state Fixed bug in kalman_steady_state.cc related to long integer and (mkl) lapack calls. Changed building system by adding -fdefault-integer-8 flag to gfortran when slicot is compiled on a 64-bits platform. 2010-11-25 14:35:46 +01:00
kronecker Kronecker DLL: fix minor issue (was creating a lot of warnings under Octave) 2010-11-24 19:12:03 +01:00
libslicot Added the Slicot library (distributed under the GNU General Public Licence at www.slicot.org). This library provides routines 2010-11-18 10:11:27 +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 Build system: added kalman_steady_state DLL sources to dist file 2010-11-22 10:39:19 +01: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