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