Package org.bytedeco.gsl
Class gsl_integration_fixed_params
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.gsl.gsl_integration_fixed_params
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=gsl.class) public class gsl_integration_fixed_params 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_fixed_params()Default native constructor.gsl_integration_fixed_params(long size)Native array allocator.gsl_integration_fixed_params(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublea()gsl_integration_fixed_paramsa(double setter)doubleal()gsl_integration_fixed_paramsal(double setter)doublealpha()gsl_integration_fixed_paramsalpha(double setter)doubleb()gsl_integration_fixed_paramsb(double setter)doublebe()gsl_integration_fixed_paramsbe(double setter)doublebeta()gsl_integration_fixed_paramsbeta(double setter)gsl_integration_fixed_paramsgetPointer(long i)gsl_integration_fixed_paramsposition(long position)doubleshft()gsl_integration_fixed_paramsshft(double setter)doubleslp()gsl_integration_fixed_paramsslp(double setter)doublezemu()gsl_integration_fixed_paramszemu(double 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_fixed_params
public gsl_integration_fixed_params()
Default native constructor.
-
gsl_integration_fixed_params
public gsl_integration_fixed_params(long size)
Native array allocator. Access withPointer.position(long).
-
gsl_integration_fixed_params
public gsl_integration_fixed_params(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public gsl_integration_fixed_params position(long position)
-
getPointer
public gsl_integration_fixed_params getPointer(long i)
- Overrides:
getPointerin classPointer
-
alpha
public double alpha()
-
alpha
public gsl_integration_fixed_params alpha(double setter)
-
beta
public double beta()
-
beta
public gsl_integration_fixed_params beta(double setter)
-
a
public double a()
-
a
public gsl_integration_fixed_params a(double setter)
-
b
public double b()
-
b
public gsl_integration_fixed_params b(double setter)
-
zemu
public double zemu()
-
zemu
public gsl_integration_fixed_params zemu(double setter)
-
shft
public double shft()
-
shft
public gsl_integration_fixed_params shft(double setter)
-
slp
public double slp()
-
slp
public gsl_integration_fixed_params slp(double setter)
-
al
public double al()
-
al
public gsl_integration_fixed_params al(double setter)
-
be
public double be()
-
be
public gsl_integration_fixed_params be(double setter)
-
-