Class LaguerreRuleFactory

    • Constructor Detail

      • LaguerreRuleFactory

        public LaguerreRuleFactory()
        Empty constructor.

        This constructor is not strictly necessary, but it prevents spurious javadoc warnings with JDK 18 and later.

        Since:
        3.0
    • Method Detail

      • computeRule

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