Class CompositionProduct

    • Constructor Detail

      • CompositionProduct

        public CompositionProduct​(Segment bounds)
        Constructs the composition product with the specified integration bounds.
        Parameters:
        bounds - integration bounds
    • Method Detail

      • integrand

        public double integrand​(double... vars)
        Evaluates the integrand f(x) En (α + β x) dx}.
        Specified by:
        integrand in class AbstractIntegrator
        Parameters:
        vars - one or more variables
        Returns:
        the value of the integrand at the specified variable values.
      • setEmissionFunction

        public void setEmissionFunction​(BlackbodySpectrum emissionFunction)
      • getBeta

        public double getBeta()
      • getAlpha

        public double getAlpha()
      • setCoefficients

        public void setCoefficients​(double alpha,
                                    double beta)
      • getOrder

        public int getOrder()
      • setOrder

        public void setOrder​(int order)
        Sets the integration order n. Updates the exponential integral associated with this CompositionProduct upon completion.
        Parameters:
        order - an integer in the range from 1 to 4 inclusively