Skip to content
Snippets Groups Projects
Select Git revision
  • 17a58ccec60774ebf33c8cf3fc1ec4769ecf17e2
  • 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.4 protected
  • 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
41 results

block_bytecode_mfs_steadystate.m

Blame
  • README.md 14.80 KiB

    Dynare

    Described on the homepage: http://www.dynare.org/

    Most users should use the precompiled package available for your OS, also available via the Dynare homepage: http://www.dynare.org/download/dynare-stable.

    Contributions

    To contribute to Dynare and participate in the Dynare community, please see: CONTRIBUTING.md

    License

    Most of the source files are covered by the GNU General Public Licence version 3 or later (there are some exceptions to this, see license.txt in Dynare distribution for specifics).

    Building Dynare From Source

    Here, we explain how to build from source:

    • Dynare, including preprocessor and MEX files for MATLAB and Octave
    • Dynare++
    • all the associated documentation (PDF and HTML)

    This source can be retrieved in three forms:

    Note that if you obtain the source code via git, you will need to install more tools (see below).

    The first section of this page gives general instructions, which apply to all platforms. Then some specific platforms are discussed.

    Note: Here, when we refer to 32-bit or 64-bit, we refer to the type of MATLAB installation, not the type of Windows installation. It is perfectly possible to run a 32-bit MATLAB on a 64-bit Windows: in that case, instructions for Windows 32-bit should be followed. To determine the type of your MATLAB installation, type:

    >> computer

    at the MATLAB prompt: if it returns PCWIN64, GLNX64 or MACI64, then you have a 64-bit MATLAB; if it returns PCWIN, MACI or GLNX, then you have a 32-bit MATLAB.

    Contents