dynare/mex/sources/bytecode
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
..
testing - Correction of several bugs with Octave 2010-10-22 10:09:07 +02:00
ErrorHandling.hh Minor corrections on ErrorHandling 2010-10-11 17:56:23 +02:00
Interpreter.cc - Correction of several bugs with Octave 2010-10-22 10:09:07 +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 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
SparseMatrix.hh - Correction of several bugs with Octave 2010-10-22 10:09:07 +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