@Properties(inherit=gsl.class) public class gsl_integration_fixed_params extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
gsl_integration_fixed_params()
Default native constructor.
|
gsl_integration_fixed_params(long size)
Native array allocator.
|
gsl_integration_fixed_params(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
a() |
gsl_integration_fixed_params |
a(double setter) |
double |
al() |
gsl_integration_fixed_params |
al(double setter) |
double |
alpha() |
gsl_integration_fixed_params |
alpha(double setter) |
double |
b() |
gsl_integration_fixed_params |
b(double setter) |
double |
be() |
gsl_integration_fixed_params |
be(double setter) |
double |
beta() |
gsl_integration_fixed_params |
beta(double setter) |
gsl_integration_fixed_params |
getPointer(long i) |
gsl_integration_fixed_params |
position(long position) |
double |
shft() |
gsl_integration_fixed_params |
shft(double setter) |
double |
slp() |
gsl_integration_fixed_params |
slp(double setter) |
double |
zemu() |
gsl_integration_fixed_params |
zemu(double setter) |
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, zeropublic gsl_integration_fixed_params()
public gsl_integration_fixed_params(long size)
Pointer.position(long).public gsl_integration_fixed_params(Pointer p)
Pointer(Pointer).public gsl_integration_fixed_params position(long position)
public gsl_integration_fixed_params getPointer(long i)
getPointer in class Pointerpublic double alpha()
public gsl_integration_fixed_params alpha(double setter)
public double beta()
public gsl_integration_fixed_params beta(double setter)
public double a()
public gsl_integration_fixed_params a(double setter)
public double b()
public gsl_integration_fixed_params b(double setter)
public double zemu()
public gsl_integration_fixed_params zemu(double setter)
public double shft()
public gsl_integration_fixed_params shft(double setter)
public double slp()
public gsl_integration_fixed_params slp(double setter)
public double al()
public gsl_integration_fixed_params al(double setter)
public double be()
public gsl_integration_fixed_params be(double setter)
Copyright © 2022. All rights reserved.