Package jline.lib.lti
Object abatewhitt
-
- All Implemented Interfaces:
public class abatewhitt
-
-
Field Summary
Fields Modifier and Type Field Description public final static Integer
precision
public static UnaryOperator<Apcomplex>
to_int
private HashMap<Integer, BigInteger>
factorial_memo
public final static abatewhitt
INSTANCE
-
Method Summary
Modifier and Type Method Description final Apcomplex
laplace_result(Apcomplex d)
final Apcomplex
optimiser_laplace(Apcomplex d)
final Apfloat
optimise_lambda(ArrayList<Apcomplex> alpha, ArrayList<Apcomplex> omega)
final Unit
getResult(ArrayList<Apcomplex> alpha, ArrayList<Apcomplex> omega)
final static BigInteger
factorial(Integer n)
final static BigInteger
binom(Integer n, Integer k)
final HashMap<Integer, BigInteger>
getFactorial_memo()
final Unit
setFactorial_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)
-
-
-
-