Skip to content

Commit 3464ecd

Browse files
authored
Doc wording nit
1 parent 089e865 commit 3464ecd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/misc/writing_manual_jac.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ The alternative is to manually write out the Jacobian -- while automatic differe
4646
We provide two implementations of pose matching cost with custom Jacobians:
4747

4848
- an `analytically derived Jacobian <https://github.com/chungmin99/pyroki/blob/main/src/pyroki/costs/_pose_cost_analytic_jac.py>`_ (~200 lines), or
49-
- a `numerically computed Jacobian <https://github.com/chungmin99/pyroki/blob/main/src/pyroki/costs/_pose_cost_numerical_jac.py>`_ through finite differences (~50 lines).
49+
- a `numerically approximated Jacobian <https://github.com/chungmin99/pyroki/blob/main/src/pyroki/costs/_pose_cost_numerical_jac.py>`_ through finite differences (~50 lines).

0 commit comments

Comments
 (0)