From 3fd2f7ed213e6fbed9b3330ea8e581b01ab53037 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien.villemot@ens.fr> Date: Fri, 15 Jun 2012 15:04:15 +0200 Subject: [PATCH] Update Windows README --- windows/README.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/windows/README.txt b/windows/README.txt index bf7879837..512944fdd 100644 --- a/windows/README.txt +++ b/windows/README.txt @@ -95,9 +95,11 @@ be displayed when you launch Dynare: [mex] Sylvester equation solution. [mex] Kronecker products. [mex] Sparse kronecker products. + [mex] Local state space iteraton (second order). [mex] Bytecode evaluation. [mex] k-order perturbation solver. [mex] k-order solution simulation. + [mex] Quasi Monte-Carlo sequence (Sobol). On the contrary, if DLL are not detected, Dynare will fallback on slower alternatives written in M-files (only for some of the DLLs), @@ -108,9 +110,11 @@ and display the following: [m] Sylvester equation solution. [m] Kronecker products. [m] Sparse kronecker products. + [no] Local state space iteraton (second order). [no] Bytecode evaluation. [no] k-order perturbation solver. [no] k-order solution simulation. + [no] Quasi Monte-Carlo sequence (Sobol). In this last case, Dynare will run correctly on the basic features, but with suboptimal speed, and some features will be missing. There -- GitLab