Class HouseholderParameters


  • public class HouseholderParameters
    extends Object
    Class holding parameters for a Householder solver.
    Since:
    14.0
    Author:
    Rafael Ayala
    • Constructor Detail

      • HouseholderParameters

        public HouseholderParameters​(int maxIterations,
                                     double atol,
                                     double rtol)
        Constructor.
        Parameters:
        maxIterations - maximum number of iterations
        atol - absolute tolerance for convergence criterion
        rtol - relative tolerance for convergence criterion
    • Method Detail

      • getMaxIterations

        public int getMaxIterations()
        Get the maximum number of iterations.
        Returns:
        maximum number of iterations
      • getAbsoluteTolerance

        public double getAbsoluteTolerance()
        Get the absolute tolerance.
        Returns:
        absolute tolerance
      • getRelativeTolerance

        public double getRelativeTolerance()
        Get the relative tolerance.
        Returns:
        relative tolerance