verry.autodiff.jacobian#

verry.autodiff.jacobian(fun)#

Return a function that evaluates the Jacobian matrix of the multivariate vector-valued function.

Parameters:

fun (Callable) – Diffarentiated function.

Returns:

Fréchet derivative of fun.

Return type:

Callable

Warning

fun must neither be a constant nor contain conditional branches (cf. Common pitfalls).