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(options)

Create a Jacobian class.

Parameters:options (fitbenchmarking.utils.Options) – FitBenchmarking options object
Returns:Controller class for the problem
Return type:fitbenchmarking.jacobian.base_controller.Jacobian subclass