Class LaguerreRuleFactory

    • Constructor Detail

      • LaguerreRuleFactory

        public LaguerreRuleFactory()
    • Method Detail

      • computeRule

        protected Pair<Double[],​Double[]> computeRule​(int numberOfPoints)
        Computes the rule for the given order.
        Specified by:
        computeRule in class BaseRuleFactory<Double>
        Parameters:
        numberOfPoints - Order of the rule to be computed.
        Returns:
        the computed rule.