Class BroydenVectorRootFinder

    • Constructor Detail

      • BroydenVectorRootFinder

        public BroydenVectorRootFinder()
        Creates an instance.
      • BroydenVectorRootFinder

        public BroydenVectorRootFinder​(Decomposition<?> decomp)
        Creates an instance.
        Parameters:
        decomp - the decomposition
      • BroydenVectorRootFinder

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

        public BroydenVectorRootFinder​(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