diff --git a/felupe/tools/__init__.py b/felupe/tools/__init__.py index 779e8ddb..8d2ac9e3 100644 --- a/felupe/tools/__init__.py +++ b/felupe/tools/__init__.py @@ -5,7 +5,11 @@ moment, curve, ) -from ._newton import newtonrhapson +from ._newton import ( + newtonrhapson, + fun_items as fun, + jac_items as jac, +) from ._project import ( topoints, project,