We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f1530a commit 25f3077Copy full SHA for 25f3077
spatialmath/base/numeric.py
@@ -61,7 +61,7 @@ def numjac(f, x, dx=1e-8, SO=0, SE=0):
61
62
def numhess(J, x, dx=1e-8):
63
r"""
64
- Numerically compute Hessian of Jacobian function
+ Numerically compute Hessian given Jacobian function
65
66
:param J: the Jacobian function, returns an ndarray(m,n)
67
:type J: callable
0 commit comments