dynare/mex/sources/bytecode
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
..
testing - extends the error messages in mex_interface (necessary to emulate the mex functions in a standalone mode for debugging purposes) 2010-10-11 18:09:31 +02:00
ErrorHandling.hh Minor corrections on ErrorHandling 2010-10-11 17:56:23 +02:00
Interpreter.cc - 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
Interpreter.hh - 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
Mem_Mngr.cc - extends the mex_interface: bytecode's debuging purpose 2010-09-17 12:17:14 +02:00
Mem_Mngr.hh Bytecode DLL: include dynmex.h instead of mex.h (for compatibility with older 2010-09-20 10:23:05 +02:00
SparseMatrix.cc - 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
SparseMatrix.hh - 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
bytecode.cc - 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