Package jline.lib.lti
Object cme
-
- All Implemented Interfaces:
public class cme
-
-
Method Summary
Modifier and Type Method Description final Apfloat
moments(UnivariateFunction fun, Integer k)
final Apfloat
scv(UnivariateFunction fun)
final <T extends Any> ArrayList<T>
deepcopy(ArrayList<T> tocopy)
final ArrayList<Double>
getnormalrandom(Integer n)
final UnivariateFunction
getmefunction(ArrayList<Double> params)
final ArrayList<Double>
rechenberg(ArrayList<Double> x)
final BooleanArray
binaryCheck(Long num, Integer polysize)
final <T extends Any> ArrayList<T>
convert_to_arraylist(Array<T> input)
final Pair<ArrayList<Apcomplex>, ArrayList<Apcomplex>>
convert_to_laplace(ArrayList<Double> res)
final IterativeLegendreGaussIntegrator
getUl()
final Unit
setUl(IterativeLegendreGaussIntegrator ul)
-
-
Method Detail
-
scv
final Apfloat scv(UnivariateFunction fun)
-
getnormalrandom
final ArrayList<Double> getnormalrandom(Integer n)
-
getmefunction
final UnivariateFunction getmefunction(ArrayList<Double> params)
-
rechenberg
final ArrayList<Double> rechenberg(ArrayList<Double> x)
-
binaryCheck
final BooleanArray binaryCheck(Long num, Integer polysize)
-
convert_to_laplace
final Pair<ArrayList<Apcomplex>, ArrayList<Apcomplex>> convert_to_laplace(ArrayList<Double> res)
-
getUl
final IterativeLegendreGaussIntegrator getUl()
-
-
-
-