Class Jacobian

    • Constructor Detail

      • Jacobian

        public Jacobian​(RealVectorFunction f,
                        Vector x)
        Construct the Jacobian matrix for a multivariate function f at point x.
        Parameters:
        f - a multivariate function
        x - the point to evaluate the Jacobian matrix at
      • Jacobian

        public Jacobian​(RealScalarFunction[] f,
                        Vector x)
        Construct the Jacobian matrix for a multivariate function f at point x.
        Parameters:
        f - a multivariate function in the form of an array of univariate functions
        x - the point to evaluate the Jacobian matrix at
      • Jacobian

        public Jacobian​(List<RealScalarFunction> f,
                        Vector x)
        Construct the Jacobian matrix for a multivariate function f at point x.
        Parameters:
        f - a multivariate function in the form of a list of univariate functions
        x - the point to evaluate the Jacobian matrix at