Interface ValueAndJacobianFunction

    • Method Detail

      • computeValue

        RealVector computeValue​(double[] params)
        Compute the value.
        Parameters:
        params - Point.
        Returns:
        the value at the given point.
      • computeJacobian

        RealMatrix computeJacobian​(double[] params)
        Compute the Jacobian.
        Parameters:
        params - Point.
        Returns:
        the Jacobian at the given point.