Package org.bytedeco.gsl
Class gsl_monte_vegas_params
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.gsl.gsl_monte_vegas_params
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=gsl.class) public class gsl_monte_vegas_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_vegas_params()Default native constructor.gsl_monte_vegas_params(long size)Native array allocator.gsl_monte_vegas_params(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublealpha()gsl_monte_vegas_paramsalpha(double setter)gsl_monte_vegas_paramsgetPointer(long i)longiterations()gsl_monte_vegas_paramsiterations(long setter)intmode()gsl_monte_vegas_paramsmode(int setter)gsl.FILEostream()gsl_monte_vegas_paramsostream(gsl.FILE setter)gsl_monte_vegas_paramsposition(long position)intstage()gsl_monte_vegas_paramsstage(int setter)intverbose()gsl_monte_vegas_paramsverbose(int setter)-
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_vegas_params
public gsl_monte_vegas_params()
Default native constructor.
-
gsl_monte_vegas_params
public gsl_monte_vegas_params(long size)
Native array allocator. Access withPointer.position(long).
-
gsl_monte_vegas_params
public gsl_monte_vegas_params(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public gsl_monte_vegas_params position(long position)
-
getPointer
public gsl_monte_vegas_params getPointer(long i)
- Overrides:
getPointerin classPointer
-
alpha
public double alpha()
-
alpha
public gsl_monte_vegas_params alpha(double setter)
-
iterations
@Cast("size_t") public long iterations()
-
iterations
public gsl_monte_vegas_params iterations(long setter)
-
stage
public int stage()
-
stage
public gsl_monte_vegas_params stage(int setter)
-
mode
public int mode()
-
mode
public gsl_monte_vegas_params mode(int setter)
-
verbose
public int verbose()
-
verbose
public gsl_monte_vegas_params verbose(int setter)
-
ostream
public gsl.FILE ostream()
-
ostream
public gsl_monte_vegas_params ostream(gsl.FILE setter)
-
-