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