Class NewtonDefaultVectorRootFinder

    • Constructor Detail

      • NewtonDefaultVectorRootFinder

        public NewtonDefaultVectorRootFinder()
        Creates an instance.
      • NewtonDefaultVectorRootFinder

        public NewtonDefaultVectorRootFinder​(double absoluteTol,
                                             double relativeTol,
                                             int maxSteps)
        Creates an instance.
        Parameters:
        absoluteTol - the absolute tolerance
        relativeTol - the relative tolerance
        maxSteps - the maximum steps
      • NewtonDefaultVectorRootFinder

        public NewtonDefaultVectorRootFinder​(double absoluteTol,
                                             double relativeTol,
                                             int maxSteps,
                                             Decomposition<?> decomp)
        Creates an instance.
        Parameters:
        absoluteTol - the absolute tolerance
        relativeTol - the relative tolerance
        maxSteps - the maximum steps
        decomp - the decomposition