Package jline.lib.lti
Object cme
-
- All Implemented Interfaces:
public class cme
-
-
Method Summary
Modifier and Type Method Description final Apfloatmoments(UnivariateFunction fun, Integer k)final Apfloatscv(UnivariateFunction fun)final <T extends Any> ArrayList<T>deepcopy(ArrayList<T> tocopy)final ArrayList<Double>getnormalrandom(Integer n)final UnivariateFunctiongetmefunction(ArrayList<Double> params)final ArrayList<Double>rechenberg(ArrayList<Double> x)final BooleanArraybinaryCheck(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 IterativeLegendreGaussIntegratorgetUl()final UnitsetUl(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()
-
-
-
-