@Properties(inherit=gsl.class) public class gsl_monte_miser_params extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
gsl_monte_miser_params()
Default native constructor.
|
gsl_monte_miser_params(long size)
Native array allocator.
|
gsl_monte_miser_params(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
alpha() |
gsl_monte_miser_params |
alpha(double setter) |
double |
dither() |
gsl_monte_miser_params |
dither(double setter) |
double |
estimate_frac() |
gsl_monte_miser_params |
estimate_frac(double setter) |
long |
min_calls_per_bisection() |
gsl_monte_miser_params |
min_calls_per_bisection(long setter) |
long |
min_calls() |
gsl_monte_miser_params |
min_calls(long setter) |
gsl_monte_miser_params |
position(long position) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic gsl_monte_miser_params()
public gsl_monte_miser_params(long size)
Pointer.position(long).public gsl_monte_miser_params(Pointer p)
Pointer.Pointer(Pointer).public gsl_monte_miser_params position(long position)
public double estimate_frac()
public gsl_monte_miser_params estimate_frac(double setter)
public gsl_monte_miser_params min_calls(long setter)
public gsl_monte_miser_params min_calls_per_bisection(long setter)
public double alpha()
public gsl_monte_miser_params alpha(double setter)
public double dither()
public gsl_monte_miser_params dither(double setter)
Copyright © 2020. All rights reserved.