Class Gradient

    • Constructor Detail

      • Gradient

        public Gradient​(RealScalarFunction f,
                        Vector x)
        Construct the gradient vector for a multivariate function f at point x.
        Parameters:
        f - a multivariate function
        x - the point to evaluate the gradient of f at