Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • 6.x protected
  • madysson
  • 5.x protected
  • asm
  • time-varying-information-set
  • 4.6 protected
  • dynare_minreal
  • dragonfly
  • various_fixes
  • 4.5 protected
  • clang+openmp
  • exo_steady_state
  • declare_vars_in_model_block
  • julia
  • error_msg_undeclared_model_vars
  • static_aux_vars
  • slice
  • aux_func
  • penalty
  • 6.3 protected
  • 6.2 protected
  • 6.1 protected
  • 6.0 protected
  • 6-beta2 protected
  • 6-beta1 protected
  • 5.5 protected
  • 5.4 protected
  • 5.3 protected
  • 5.2 protected
  • 5.1 protected
  • 5.0 protected
  • 5.0-rc1 protected
  • 4.7-beta3 protected
  • 4.7-beta2 protected
  • 4.7-beta1 protected
  • 4.6.4 protected
  • 4.6.3 protected
  • 4.6.2 protected
  • 4.6.1 protected
40 results

CodeInterpreter.hh

  • Ferhat Mihoubi's avatar
    8f364376
    - Extends the algorithms compatible with bytecode to compute the steady-state... · 8f364376
    Ferhat Mihoubi authored
    - 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')
    8f364376
    History
    - Extends the algorithms compatible with bytecode to compute the steady-state...
    Ferhat Mihoubi authored
    - 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')