Package org.bytedeco.gsl
Class gsl_monte_miser_state
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.gsl.gsl_monte_miser_state
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=gsl.class) public class gsl_monte_miser_state 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_state()Default native constructor.gsl_monte_miser_state(long size)Native array allocator.gsl_monte_miser_state(Pointer p)Pointer cast constructor.
-
Method Summary
-
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_state
public gsl_monte_miser_state()
Default native constructor.
-
gsl_monte_miser_state
public gsl_monte_miser_state(long size)
Native array allocator. Access withPointer.position(long).
-
gsl_monte_miser_state
public gsl_monte_miser_state(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public gsl_monte_miser_state position(long position)
-
getPointer
public gsl_monte_miser_state getPointer(long i)
- Overrides:
getPointerin classPointer
-
min_calls
@Cast("size_t") public long min_calls()
-
min_calls
public gsl_monte_miser_state 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_state min_calls_per_bisection(long setter)
-
dither
public double dither()
-
dither
public gsl_monte_miser_state dither(double setter)
-
estimate_frac
public double estimate_frac()
-
estimate_frac
public gsl_monte_miser_state estimate_frac(double setter)
-
alpha
public double alpha()
-
alpha
public gsl_monte_miser_state alpha(double setter)
-
dim
@Cast("size_t") public long dim()
-
dim
public gsl_monte_miser_state dim(long setter)
-
estimate_style
public int estimate_style()
-
estimate_style
public gsl_monte_miser_state estimate_style(int setter)
-
depth
public int depth()
-
depth
public gsl_monte_miser_state depth(int setter)
-
verbose
public int verbose()
-
verbose
public gsl_monte_miser_state verbose(int setter)
-
x
public DoublePointer x()
-
x
public gsl_monte_miser_state x(DoublePointer setter)
-
xmid
public DoublePointer xmid()
-
xmid
public gsl_monte_miser_state xmid(DoublePointer setter)
-
sigma_l
public DoublePointer sigma_l()
-
sigma_l
public gsl_monte_miser_state sigma_l(DoublePointer setter)
-
sigma_r
public DoublePointer sigma_r()
-
sigma_r
public gsl_monte_miser_state sigma_r(DoublePointer setter)
-
fmax_l
public DoublePointer fmax_l()
-
fmax_l
public gsl_monte_miser_state fmax_l(DoublePointer setter)
-
fmax_r
public DoublePointer fmax_r()
-
fmax_r
public gsl_monte_miser_state fmax_r(DoublePointer setter)
-
fmin_l
public DoublePointer fmin_l()
-
fmin_l
public gsl_monte_miser_state fmin_l(DoublePointer setter)
-
fmin_r
public DoublePointer fmin_r()
-
fmin_r
public gsl_monte_miser_state fmin_r(DoublePointer setter)
-
fsum_l
public DoublePointer fsum_l()
-
fsum_l
public gsl_monte_miser_state fsum_l(DoublePointer setter)
-
fsum_r
public DoublePointer fsum_r()
-
fsum_r
public gsl_monte_miser_state fsum_r(DoublePointer setter)
-
fsum2_l
public DoublePointer fsum2_l()
-
fsum2_l
public gsl_monte_miser_state fsum2_l(DoublePointer setter)
-
fsum2_r
public DoublePointer fsum2_r()
-
fsum2_r
public gsl_monte_miser_state fsum2_r(DoublePointer setter)
-
hits_l
@Cast("size_t*") public SizeTPointer hits_l()
-
hits_l
public gsl_monte_miser_state hits_l(SizeTPointer setter)
-
hits_r
@Cast("size_t*") public SizeTPointer hits_r()
-
hits_r
public gsl_monte_miser_state hits_r(SizeTPointer setter)
-
-