Previous topic

error_solver.solvers.ErrorSolverPy.get_partials

Next topic

error_solver.solvers.ErrorSolverPy.solve

This Page

error_solver.solvers.ErrorSolverPy.jacobian

ErrorSolverPy.jacobian(self, values, errors, combo=None)[source]

Returns the Jacobian matrix for the system of equations.

Parameters:
values : dict

A dictionary mapping variable names to values.

errors : dict

A dictionary mapping variable names to errors.

combo : str

The name of the equation combination to be applied.