Package jline.lib.lti

Class laguerre

java.lang.Object
jline.lib.lti.laguerre

public final class laguerre extends Object
  • Field Details

    • coeff

      public static double[] coeff
    • lroots

      public static double[] lroots
    • coeffnplus1

      public static double[] coeffnplus1
    • weights

      public static BigDecimal[] weights
  • Method Details

    • Laguerre

      public static BigDecimal Laguerre(org.apache.commons.math3.analysis.UnivariateFunction f, int n)
    • getLaguerreRoots

      public static double[] getLaguerreRoots(double[] coeff)
    • getweight

      public static BigDecimal[] getweight(double[] roots, int n)
    • getLaguerreCoefficients

      public static double[] getLaguerreCoefficients(int n)