Package org.bytedeco.gsl
Class gsl_integration_workspace
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.gsl.gsl_integration_workspace
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=gsl.class) public class gsl_integration_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_integration_workspace()Default native constructor.gsl_integration_workspace(long size)Native array allocator.gsl_integration_workspace(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long_limit()gsl_integration_workspace_limit(long setter)DoublePointeralist()gsl_integration_workspacealist(DoublePointer setter)DoublePointerblist()gsl_integration_workspaceblist(DoublePointer setter)DoublePointerelist()gsl_integration_workspaceelist(DoublePointer setter)gsl_integration_workspacegetPointer(long i)longi()gsl_integration_workspacei(long setter)SizeTPointerlevel()gsl_integration_workspacelevel(SizeTPointer setter)longmaximum_level()gsl_integration_workspacemaximum_level(long setter)longnrmax()gsl_integration_workspacenrmax(long setter)SizeTPointerorder()gsl_integration_workspaceorder(SizeTPointer setter)gsl_integration_workspaceposition(long position)DoublePointerrlist()gsl_integration_workspacerlist(DoublePointer setter)longsize()gsl_integration_workspacesize(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_integration_workspace
public gsl_integration_workspace()
Default native constructor.
-
gsl_integration_workspace
public gsl_integration_workspace(long size)
Native array allocator. Access withPointer.position(long).
-
gsl_integration_workspace
public gsl_integration_workspace(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public gsl_integration_workspace position(long position)
-
getPointer
public gsl_integration_workspace getPointer(long i)
- Overrides:
getPointerin classPointer
-
_limit
public gsl_integration_workspace _limit(long setter)
-
size
@Cast("size_t") public long size()
-
size
public gsl_integration_workspace size(long setter)
-
nrmax
@Cast("size_t") public long nrmax()
-
nrmax
public gsl_integration_workspace nrmax(long setter)
-
i
@Cast("size_t") public long i()
-
i
public gsl_integration_workspace i(long setter)
-
maximum_level
@Cast("size_t") public long maximum_level()
-
maximum_level
public gsl_integration_workspace maximum_level(long setter)
-
alist
public DoublePointer alist()
-
alist
public gsl_integration_workspace alist(DoublePointer setter)
-
blist
public DoublePointer blist()
-
blist
public gsl_integration_workspace blist(DoublePointer setter)
-
rlist
public DoublePointer rlist()
-
rlist
public gsl_integration_workspace rlist(DoublePointer setter)
-
elist
public DoublePointer elist()
-
elist
public gsl_integration_workspace elist(DoublePointer setter)
-
order
@Cast("size_t*") public SizeTPointer order()
-
order
public gsl_integration_workspace order(SizeTPointer setter)
-
level
@Cast("size_t*") public SizeTPointer level()
-
level
public gsl_integration_workspace level(SizeTPointer setter)
-
-