public class GaussLobattoIntegral extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Modifier | Constructor and Description |
|---|---|
protected |
GaussLobattoIntegral(long cPtr,
boolean cMemoryOwn) |
|
GaussLobattoIntegral(long maxIterations,
double absAccuracy) |
|
GaussLobattoIntegral(long maxIterations,
double absAccuracy,
double relAccuracy) |
|
GaussLobattoIntegral(long maxIterations,
double absAccuracy,
double relAccuracy,
boolean useConvergenceEstimate) |
| Modifier and Type | Method and Description |
|---|---|
double |
calculate(UnaryFunctionDelegate f,
double a,
double b) |
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(GaussLobattoIntegral obj) |
protected GaussLobattoIntegral(long cPtr,
boolean cMemoryOwn)
public GaussLobattoIntegral(long maxIterations,
double absAccuracy,
double relAccuracy,
boolean useConvergenceEstimate)
public GaussLobattoIntegral(long maxIterations,
double absAccuracy,
double relAccuracy)
public GaussLobattoIntegral(long maxIterations,
double absAccuracy)
protected static long getCPtr(GaussLobattoIntegral obj)
public void delete()
public double calculate(UnaryFunctionDelegate f, double a, double b)
Copyright © 2017. All rights reserved.