Package jline.lib.lti
Class laguerre
java.lang.Object
jline.lib.lti.laguerre
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic double[]static double[]static double[]static BigDecimal[] -
Method Summary
Modifier and TypeMethodDescriptionstatic double[]getLaguerreCoefficients(int n) static double[]getLaguerreRoots(double[] coeff) static BigDecimal[]getweight(double[] roots, int n) static BigDecimalLaguerre(org.apache.commons.math3.analysis.UnivariateFunction f, int n)
-
Field Details
-
coeff
public static double[] coeff -
lroots
public static double[] lroots -
coeffnplus1
public static double[] coeffnplus1 -
weights
-
-
Method Details
-
Laguerre
-
getLaguerreRoots
public static double[] getLaguerreRoots(double[] coeff) -
getweight
-
getLaguerreCoefficients
public static double[] getLaguerreCoefficients(int n)
-