fitbenchmarking.jacobian.jacobian_factory module

This file contains a factory implementation for the Jacobians. This is used to manage the imports and reduce effort in adding new Jacobian methods.

fitbenchmarking.jacobian.jacobian_factory.create_jacobian(jac_method)

Create a Jacobian class.

Parameters

jac_method (str) – Type of Jacobian selected from options

Returns

Controller class for the problem

Return type

fitbenchmarking.jacobian.base_controller.Jacobian subclass