Package org.bytedeco.gsl
Class gsl_sum_levin_utrunc_workspace
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.gsl.gsl_sum_levin_utrunc_workspace
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=gsl.class) public class gsl_sum_levin_utrunc_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_sum_levin_utrunc_workspace()Default native constructor.gsl_sum_levin_utrunc_workspace(long size)Native array allocator.gsl_sum_levin_utrunc_workspace(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoublePointerdsum()gsl_sum_levin_utrunc_workspacedsum(DoublePointer setter)gsl_sum_levin_utrunc_workspacegetPointer(long i)longi()gsl_sum_levin_utrunc_workspacei(long setter)gsl_sum_levin_utrunc_workspaceposition(long position)DoublePointerq_den()gsl_sum_levin_utrunc_workspaceq_den(DoublePointer setter)DoublePointerq_num()gsl_sum_levin_utrunc_workspaceq_num(DoublePointer setter)longsize()gsl_sum_levin_utrunc_workspacesize(long setter)doublesum_plain()gsl_sum_levin_utrunc_workspacesum_plain(double setter)longterms_used()gsl_sum_levin_utrunc_workspaceterms_used(long 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_sum_levin_utrunc_workspace
public gsl_sum_levin_utrunc_workspace()
Default native constructor.
-
gsl_sum_levin_utrunc_workspace
public gsl_sum_levin_utrunc_workspace(long size)
Native array allocator. Access withPointer.position(long).
-
gsl_sum_levin_utrunc_workspace
public gsl_sum_levin_utrunc_workspace(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public gsl_sum_levin_utrunc_workspace position(long position)
-
getPointer
public gsl_sum_levin_utrunc_workspace getPointer(long i)
- Overrides:
getPointerin classPointer
-
size
@Cast("size_t") public long size()
-
size
public gsl_sum_levin_utrunc_workspace size(long setter)
-
i
@Cast("size_t") public long i()
-
i
public gsl_sum_levin_utrunc_workspace i(long setter)
-
terms_used
@Cast("size_t") public long terms_used()
-
terms_used
public gsl_sum_levin_utrunc_workspace terms_used(long setter)
-
sum_plain
public double sum_plain()
-
sum_plain
public gsl_sum_levin_utrunc_workspace sum_plain(double setter)
-
q_num
public DoublePointer q_num()
-
q_num
public gsl_sum_levin_utrunc_workspace q_num(DoublePointer setter)
-
q_den
public DoublePointer q_den()
-
q_den
public gsl_sum_levin_utrunc_workspace q_den(DoublePointer setter)
-
dsum
public DoublePointer dsum()
-
dsum
public gsl_sum_levin_utrunc_workspace dsum(DoublePointer setter)
-
-