Uses of Class
jline.api.lti.WeeksParams
Packages that use WeeksParams
-
Uses of WeeksParams in jline.api.lti
Methods in jline.api.lti that return WeeksParamsModifier and TypeMethodDescriptionstatic WeeksParamsLaplace_invert.laplace_weeks_scaling(UnaryOperator<org.apache.commons.math3.complex.Complex> F) The search at the default p0 = 200 and tolerance 1e-10.static WeeksParamsLaplace_invert.laplace_weeks_scaling(UnaryOperator<org.apache.commons.math3.complex.Complex> F, int p0, double tol) The automatic (sigma, b) search of Fig.Methods in jline.api.lti with parameters of type WeeksParamsModifier and TypeMethodDescriptionstatic doubleLaplace_invert.laplace_invert_weeks(WeeksParams w, double t) Invert by the Laguerre series f(t) = sum_n q_n l_n(t), recovered as exp(sigma*b*t) f_{sigma,b}(b*t).