Skip to content
Snippets Groups Projects
Verified Commit 2acacf61 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Matrix notation: fix bug in numerical Hessian of external functions

parent 1975e467
Branches
Tags
No related merge requests found
......@@ -59,7 +59,7 @@ m11{arg2}(elem2) = m11{arg2}(elem2) - h;
% From Abramowitz and Stegun. Handbook of Mathematical Functions (1965)
% formulas 25.3.24 and 25.3.27 p. 884
if arg1==arg2
if arg1 == arg2 && elem1 == elem2
d = (16*func(p10{:})...
+16*func(m10{:})...
-30*func(args{:})...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment