TJacobianFunction Event

MulticastDelegateTJacobianFunction

type TJacobianFunction = procedure(const X,Y: TVec; const Jac: TMtx);

Defines procedure for calculating the Jacobian matrix.

Jacobian matrix element (i,j) is defined as partial(Y(j))/partial(C(i)).