Class GaussianQuadratureData

    • Constructor Detail

      • GaussianQuadratureData

        public GaussianQuadratureData​(double[] abscissas,
                                      double[] weights)
        Parameters:
        abscissas - An array containing the abscissas, not null
        weights - An array containing the weights, not null, must be the same length as the abscissa array
    • Method Detail

      • getWeights

        public double[] getWeights()
        Returns:
        The weights
      • getAbscissas

        public double[] getAbscissas()
        Returns:
        The abscissas
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object