Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
9e6c5857
Commit
9e6c5857
authored
Aug 02, 2012
by
MichelJuillard
Browse files
fixing bug in pruning at order=3
parent
f5f5ca1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/k_order_pert.m
View file @
9e6c5857
...
...
@@ -159,7 +159,7 @@ for i=1:n1
xx
=
x
(:,
m
);
y
(:,(
i
-
1
)
*
n1
*
n2
+
(
j
-
1
)
*
n2
+
k
)
=
xx
;
if
j
~=
i
y
(:,(
j
-
1
)
*
n1
*
n2
+
(
i
-
1
)
*
n2
+
i
)
=
xx
;
y
(:,(
j
-
1
)
*
n1
*
n2
+
(
i
-
1
)
*
n2
+
k
)
=
xx
;
end
end
end
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment