@Properties(inherit=gsl.class) public class gsl_integration_romberg_workspace extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
gsl_integration_romberg_workspace()
Default native constructor.
|
gsl_integration_romberg_workspace(long size)
Native array allocator.
|
gsl_integration_romberg_workspace(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
n() |
gsl_integration_romberg_workspace |
n(long setter) |
gsl_integration_romberg_workspace |
position(long position) |
DoublePointer |
work1() |
gsl_integration_romberg_workspace |
work1(DoublePointer setter) |
DoublePointer |
work2() |
gsl_integration_romberg_workspace |
work2(DoublePointer setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic gsl_integration_romberg_workspace()
public gsl_integration_romberg_workspace(long size)
Pointer.position(long).public gsl_integration_romberg_workspace(Pointer p)
Pointer.Pointer(Pointer).public gsl_integration_romberg_workspace position(long position)
public gsl_integration_romberg_workspace n(long setter)
public DoublePointer work1()
public gsl_integration_romberg_workspace work1(DoublePointer setter)
public DoublePointer work2()
public gsl_integration_romberg_workspace work2(DoublePointer setter)
Copyright © 2020. All rights reserved.