Package org.bytedeco.gsl
Class gsl_monte_miser_params
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.gsl.gsl_monte_miser_params
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=gsl.class) public class gsl_monte_miser_params extends Pointer
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bytedeco.javacpp.Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublealpha()gsl_monte_miser_paramsalpha(double setter)doubledither()gsl_monte_miser_paramsdither(double setter)doubleestimate_frac()gsl_monte_miser_paramsestimate_frac(double setter)gsl_monte_miser_paramsgetPointer(long i)longmin_calls()gsl_monte_miser_paramsmin_calls(long setter)longmin_calls_per_bisection()gsl_monte_miser_paramsmin_calls_per_bisection(long setter)gsl_monte_miser_paramsposition(long position)-
Methods inherited from class org.bytedeco.javacpp.Pointer
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
-
-
-
-
Constructor Detail
-
gsl_monte_miser_params
public gsl_monte_miser_params()
Default native constructor.
-
gsl_monte_miser_params
public gsl_monte_miser_params(long size)
Native array allocator. Access withPointer.position(long).
-
gsl_monte_miser_params
public gsl_monte_miser_params(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public gsl_monte_miser_params position(long position)
-
getPointer
public gsl_monte_miser_params getPointer(long i)
- Overrides:
getPointerin classPointer
-
estimate_frac
public double estimate_frac()
-
estimate_frac
public gsl_monte_miser_params estimate_frac(double setter)
-
min_calls
@Cast("size_t") public long min_calls()
-
min_calls
public gsl_monte_miser_params min_calls(long setter)
-
min_calls_per_bisection
@Cast("size_t") public long min_calls_per_bisection()
-
min_calls_per_bisection
public gsl_monte_miser_params min_calls_per_bisection(long setter)
-
alpha
public double alpha()
-
alpha
public gsl_monte_miser_params alpha(double setter)
-
dither
public double dither()
-
dither
public gsl_monte_miser_params dither(double setter)
-
-