Interface MultivariateJacobianFunction

    • Method Detail

      • value

        Pair<RealVector,​RealMatrixvalue​(RealVector point)
        Compute the function value and its Jacobian.
        Parameters:
        point - the abscissae
        Returns:
        the values and their Jacobian of this vector valued function.