d_fconstr

compas_tno.problems.d_fconstr(fconstr, x0, eps, *args)

Jacobian matrix approximated using finite differences.

Parameters:
fconstrcallable

Function with the constraints

x0np.ndarray

Point to compute the perturbation

epsfloat

Size of the perturbations

Returns:
dfdxnp.ndarray

Jacobian of the constraints computed using finite differences