Package org.bytedeco.gsl
Class gsl_rstat_workspace
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.gsl.gsl_rstat_workspace
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=gsl.class) public class gsl_rstat_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_workspace()Default native constructor.gsl_rstat_workspace(long size)Native array allocator.gsl_rstat_workspace(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description gsl_rstat_workspacegetPointer(long i)doubleM2()gsl_rstat_workspaceM2(double setter)doubleM3()gsl_rstat_workspaceM3(double setter)doubleM4()gsl_rstat_workspaceM4(double setter)doublemax()gsl_rstat_workspacemax(double setter)doublemean()gsl_rstat_workspacemean(double setter)gsl_rstat_quantile_workspacemedian_workspace_p()gsl_rstat_workspacemedian_workspace_p(gsl_rstat_quantile_workspace setter)doublemin()gsl_rstat_workspacemin(double setter)longn()gsl_rstat_workspacen(long setter)gsl_rstat_workspaceposition(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_rstat_workspace
public gsl_rstat_workspace()
Default native constructor.
-
gsl_rstat_workspace
public gsl_rstat_workspace(long size)
Native array allocator. Access withPointer.position(long).
-
gsl_rstat_workspace
public gsl_rstat_workspace(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public gsl_rstat_workspace position(long position)
-
getPointer
public gsl_rstat_workspace getPointer(long i)
- Overrides:
getPointerin classPointer
-
min
public double min()
-
min
public gsl_rstat_workspace min(double setter)
-
max
public double max()
-
max
public gsl_rstat_workspace max(double setter)
-
mean
public double mean()
-
mean
public gsl_rstat_workspace mean(double setter)
-
M2
public double M2()
-
M2
public gsl_rstat_workspace M2(double setter)
-
M3
public double M3()
-
M3
public gsl_rstat_workspace M3(double setter)
-
M4
public double M4()
-
M4
public gsl_rstat_workspace M4(double setter)
-
n
@Cast("size_t") public long n()
-
n
public gsl_rstat_workspace n(long setter)
-
median_workspace_p
public gsl_rstat_quantile_workspace median_workspace_p()
-
median_workspace_p
public gsl_rstat_workspace median_workspace_p(gsl_rstat_quantile_workspace setter)
-
-