Package jline.lib.ltinversion
Class laguerre
java.lang.Object
jline.lib.ltinversion.laguerre
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic double[]
getLaguerreCoefficients
(int n) static double[]
getLaguerreRoots
(double[] coeff) static BigDecimal[]
getweight
(double[] roots, int n) static BigDecimal
Laguerre
(org.apache.commons.math3.analysis.UnivariateFunction fun, int n)
-
Constructor Details
-
laguerre
public laguerre()
-
-
Method Details
-
Laguerre
-
getLaguerreRoots
public static double[] getLaguerreRoots(double[] coeff) -
getweight
-
getLaguerreCoefficients
public static double[] getLaguerreCoefficients(int n)
-