Package jline.lib.lti
Object abatewhitt
-
- All Implemented Interfaces:
public class abatewhitt
-
-
Field Summary
Fields Modifier and Type Field Description public final static Integerprecisionpublic static UnaryOperator<Apcomplex>to_intprivate HashMap<Integer, BigInteger>factorial_memopublic final static abatewhittINSTANCE
-
Method Summary
Modifier and Type Method Description final Apcomplexlaplace_result(Apcomplex d)final Apcomplexoptimiser_laplace(Apcomplex d)final Apfloatoptimise_lambda(ArrayList<Apcomplex> alpha, ArrayList<Apcomplex> omega)final UnitgetResult(ArrayList<Apcomplex> alpha, ArrayList<Apcomplex> omega)final static BigIntegerfactorial(Integer n)final static BigIntegerbinom(Integer n, Integer k)final HashMap<Integer, BigInteger>getFactorial_memo()final UnitsetFactorial_memo(HashMap<Integer, BigInteger> factorial_memo)-
-
Method Detail
-
laplace_result
final Apcomplex laplace_result(Apcomplex d)
-
optimiser_laplace
final Apcomplex optimiser_laplace(Apcomplex d)
-
optimise_lambda
final Apfloat optimise_lambda(ArrayList<Apcomplex> alpha, ArrayList<Apcomplex> omega)
-
factorial
final static BigInteger factorial(Integer n)
-
binom
final static BigInteger binom(Integer n, Integer k)
-
getFactorial_memo
final HashMap<Integer, BigInteger> getFactorial_memo()
-
setFactorial_memo
final Unit setFactorial_memo(HashMap<Integer, BigInteger> factorial_memo)
-
-
-
-