Package rocks.palaiologos.maja
Class Lambert
java.lang.Object
rocks.palaiologos.maja.Lambert
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static doublehalley_iteration(double x, double w_initial, int max_iters) static doublelambert0(double x) static doublelambertn1(double x) static Complexprivate static Complexprivate static Complexprivate static Complexprivate static Complexprivate static doubleseries_eval(double r)
-
Field Details
-
c
private static final double[] c
-
-
Constructor Details
-
Lambert
private Lambert()
-
-
Method Details
-
halley_iteration
private static double halley_iteration(double x, double w_initial, int max_iters) -
series_eval
private static double series_eval(double r) -
lambert0
public static double lambert0(double x) -
lambertn1
public static double lambertn1(double x) -
pevl
-
lwA
-
lwPade0
-
lwBpt
-
lambertW
-