dynare/mex
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
..
build Build system: fixed typo introduced in 69fc0e320b 2010-10-22 11:50:16 +02:00
sources - 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