Package jline.lib.lti
Object customromberg
-
- All Implemented Interfaces:
public class customromberg
-
-
Field Summary
Fields Modifier and Type Field Description public static Array<Array<BigDecimal>>
dp
private Integer
precision
public final static customromberg
INSTANCE
-
Method Summary
Modifier and Type Method Description final BigDecimal
hn(Double a, Double b, Integer n)
final BigDecimal
solver(Integer m, Integer n, UnivariateFunction f, Double lb, Double ub)
final static Unit
main(Array<String> args)
final BigDecimal
starter(UnivariateFunction f, Double lb, Double ub)
final Integer
getPrecision()
final Unit
setPrecision(Integer precision)
-
-
Method Detail
-
hn
final BigDecimal hn(Double a, Double b, Integer n)
-
starter
final BigDecimal starter(UnivariateFunction f, Double lb, Double ub)
-
getPrecision
final Integer getPrecision()
-
setPrecision
final Unit setPrecision(Integer precision)
-
-
-
-