Package org.bytedeco.gsl
Class gsl_qrng
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.gsl.gsl_qrng
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=gsl.class) public class gsl_qrng extends Pointer
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bytedeco.javacpp.Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdimension()gsl_qrngdimension(int setter)gsl_qrnggetPointer(long i)gsl_qrngposition(long position)Pointerstate()gsl_qrngstate(Pointer setter)longstate_size()gsl_qrngstate_size(long setter)gsl_qrng_typetype()gsl_qrngtype(gsl_qrng_type 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_qrng
public gsl_qrng()
Default native constructor.
-
gsl_qrng
public gsl_qrng(long size)
Native array allocator. Access withPointer.position(long).
-
gsl_qrng
public gsl_qrng(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
getPointer
public gsl_qrng getPointer(long i)
- Overrides:
getPointerin classPointer
-
type
@Const public gsl_qrng_type type()
-
type
public gsl_qrng type(gsl_qrng_type setter)
-
dimension
@Cast("unsigned int") public int dimension()
-
dimension
public gsl_qrng dimension(int setter)
-
state_size
@Cast("size_t") public long state_size()
-
state_size
public gsl_qrng state_size(long setter)
-
state
public Pointer state()
-
-