Go to file
Ferhat Mihoubi 8f36437662 - Extends the algorithms compatible with bytecode to compute the steady-state (ticket #11). The new values for solve_algo are:
* 0: fsolve
   * 1: solve1
   * 2, 4: solve1 + block decomposition
   * 3: csolve
   * 5: LU decomposition with UMFPack (method handling sparse matrix in Matlab)
   * 6: GMRES
   * 7: BiCGStab
   * 8: bytecode own solver (use Gaussian elimination + sparse matrix)

- Bytecode can now evaluate a specific block instead of the overall blocks (new bytecode's option 'Block = block_number')
2010-10-11 19:21:32 +02:00
doc Fixed bug in doc related to the unit_root_vars instruction. 2010-10-11 12:00:11 +02:00
dynare++ dynare_simul_: remove instances of mexErrMsgTxt 2010-09-23 10:45:35 +02:00
examples Created a new 'examples' subdirectory with a (still small) example database 2010-04-30 12:36:24 +02:00
m4 Provisions for MATLAB R2010b (7.11) 2010-09-10 13:08:32 +02:00
matlab - Extends the algorithms compatible with bytecode to compute the steady-state (ticket #11). The new values for solve_algo are: 2010-10-11 19:21:32 +02:00
mex - Extends the algorithms compatible with bytecode to compute the steady-state (ticket #11). The new values for solve_algo are: 2010-10-11 19:21:32 +02:00
preprocessor - Extends the algorithms compatible with bytecode to compute the steady-state (ticket #11). The new values for solve_algo are: 2010-10-11 19:21:32 +02:00
tests Testsuite: add tests files for partial information 2010-10-11 16:48:41 +02:00
windows mexopts.bat for Windows: 2010-09-28 16:46:53 +02:00
.gitignore Added Emacs' tags to .gitignore 2010-09-16 16:53:19 +02:00
Makefile.am mexopts.bat for Windows: 2010-09-28 16:46:53 +02:00
configure.ac Build system: fix minor bug in display of configure script (Dynare++ testsuite had incorrect information due to testing the wrong variable) 2010-08-24 19:25:31 +02:00
dynare.el Update of the Emacs mode contributed by Y. Kalantzis 2010-10-08 15:22:43 +02:00
license.txt Moved qzdiv.m and qzswitch.m to top-level (they are now used by both partial information code and mjdgges.m) 2010-10-11 17:14:33 +02:00
uncrustify.cfg Updated uncrustify config 2009-12-16 17:18:58 +00:00