dynare/mex/sources
Ferhat Mihoubi 39718c8645 - extends steady algorithms to solve_algo=5, 6, 7 and 8 for a block decomposed model without bytcode
-  solve_algo is reordered =
   * 0: fsolve
   * 1: solve1
   * 2, 4: solve1 + block decomposition
   * 3: csolve
   * 5: bytecode own solver (use Gaussian elimination + sparse matrix)
   * 6: LU decomposition with UMFPack (method handling sparse matrix in Matlab)
   * 7: GMRES
   * 8: BiCGStab
2010-10-22 16:49:47 +02:00
..
bytecode - extends steady algorithms to solve_algo=5, 6, 7 and 8 for a block decomposed model without bytcode 2010-10-22 16:49:47 +02:00
estimation C++ Estimation DLL: Update of logMHMCMCposterior and auxiliary files: added progress bar and recovery from file and tied up few loose ends - still unstable ! 2010-10-14 23:31:25 +01:00
k_order_perturbation k-order DLL: fix bug related to number of rows of matrix of endogenous 2010-10-05 15:28:15 +02:00
kronecker sparse_hessian_times_B_kronecker_C: remove instances of mexErrMsgTxt 2010-09-23 10:45:18 +02: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