From 8c143e29fc13820a259cc7a9248fbccfa4243978 Mon Sep 17 00:00:00 2001 From: sebastien Date: Thu, 25 Jun 2009 12:13:42 +0000 Subject: [PATCH] trunk dr1.m: removed workaround for USE_DLL (no longer needed, since USE_DLL is now broken at order 2) git-svn-id: https://www.dynare.org/svn/dynare/trunk@2789 ac1d8469-bf42-47a9-8791-bf33cf982152 --- matlab/dr1.m | 3 --- 1 file changed, 3 deletions(-) diff --git a/matlab/dr1.m b/matlab/dr1.m index a91a8de53..b9607b07b 100644 --- a/matlab/dr1.m +++ b/matlab/dr1.m @@ -538,9 +538,6 @@ function [dr,info,M_,options_,oo_] = dr1(dr,task,M_,options_,oo_) zu=[zu; eye(M_.exo_nbr);zeros(M_.exo_det_nbr,M_.exo_nbr)]; [nrzx,nczx] = size(zx); - % Workaround for USE_DLL option: at this time, it returns a full hessian - hessian = sparse(hessian); - rhs = -sparse_hessian_times_B_kronecker_C(hessian,zx); %lhs