Package org.bytedeco.gsl
Class gsl_rstat_quantile_workspace
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.gsl.gsl_rstat_quantile_workspace
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=gsl.class) public class gsl_rstat_quantile_workspace 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_rstat_quantile_workspace()Default native constructor.gsl_rstat_quantile_workspace(long size)Native array allocator.gsl_rstat_quantile_workspace(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoublePointerdnp()doublednp(int i)gsl_rstat_quantile_workspacednp(int i, double setter)gsl_rstat_quantile_workspacegetPointer(long i)longn()gsl_rstat_quantile_workspacen(long setter)DoublePointernp()doublenp(int i)gsl_rstat_quantile_workspacenp(int i, double setter)IntPointernpos()intnpos(int i)gsl_rstat_quantile_workspacenpos(int i, int setter)doublep()gsl_rstat_quantile_workspacep(double setter)gsl_rstat_quantile_workspaceposition(long position)DoublePointerq()doubleq(int i)gsl_rstat_quantile_workspaceq(int i, double 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_rstat_quantile_workspace
public gsl_rstat_quantile_workspace()
Default native constructor.
-
gsl_rstat_quantile_workspace
public gsl_rstat_quantile_workspace(long size)
Native array allocator. Access withPointer.position(long).
-
gsl_rstat_quantile_workspace
public gsl_rstat_quantile_workspace(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public gsl_rstat_quantile_workspace position(long position)
-
getPointer
public gsl_rstat_quantile_workspace getPointer(long i)
- Overrides:
getPointerin classPointer
-
p
public double p()
-
p
public gsl_rstat_quantile_workspace p(double setter)
-
q
public double q(int i)
-
q
public gsl_rstat_quantile_workspace q(int i, double setter)
-
q
@MemberGetter public DoublePointer q()
-
npos
public int npos(int i)
-
npos
public gsl_rstat_quantile_workspace npos(int i, int setter)
-
npos
@MemberGetter public IntPointer npos()
-
np
public double np(int i)
-
np
public gsl_rstat_quantile_workspace np(int i, double setter)
-
np
@MemberGetter public DoublePointer np()
-
dnp
public double dnp(int i)
-
dnp
public gsl_rstat_quantile_workspace dnp(int i, double setter)
-
dnp
@MemberGetter public DoublePointer dnp()
-
n
@Cast("size_t") public long n()
-
n
public gsl_rstat_quantile_workspace n(long setter)
-
-