Class ShermanMorrisonVectorRootFinder

    • Constructor Detail

      • ShermanMorrisonVectorRootFinder

        public ShermanMorrisonVectorRootFinder()
        Creates an instance.
      • ShermanMorrisonVectorRootFinder

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

        public ShermanMorrisonVectorRootFinder​(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
      • ShermanMorrisonVectorRootFinder

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