Package org.bytedeco.gsl
Class gsl_integration_qaws_table
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.gsl.gsl_integration_qaws_table
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=gsl.class) public class gsl_integration_qaws_table 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_qaws_table()Default native constructor.gsl_integration_qaws_table(long size)Native array allocator.gsl_integration_qaws_table(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublealpha()gsl_integration_qaws_tablealpha(double setter)doublebeta()gsl_integration_qaws_tablebeta(double setter)gsl_integration_qaws_tablegetPointer(long i)intmu()gsl_integration_qaws_tablemu(int setter)intnu()gsl_integration_qaws_tablenu(int setter)gsl_integration_qaws_tableposition(long position)DoublePointerrg()doublerg(int i)gsl_integration_qaws_tablerg(int i, double setter)DoublePointerrh()doublerh(int i)gsl_integration_qaws_tablerh(int i, double setter)DoublePointerri()doubleri(int i)gsl_integration_qaws_tableri(int i, double setter)DoublePointerrj()doublerj(int i)gsl_integration_qaws_tablerj(int i, 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_qaws_table
public gsl_integration_qaws_table()
Default native constructor.
-
gsl_integration_qaws_table
public gsl_integration_qaws_table(long size)
Native array allocator. Access withPointer.position(long).
-
gsl_integration_qaws_table
public gsl_integration_qaws_table(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public gsl_integration_qaws_table position(long position)
-
getPointer
public gsl_integration_qaws_table getPointer(long i)
- Overrides:
getPointerin classPointer
-
alpha
public double alpha()
-
alpha
public gsl_integration_qaws_table alpha(double setter)
-
beta
public double beta()
-
beta
public gsl_integration_qaws_table beta(double setter)
-
mu
public int mu()
-
mu
public gsl_integration_qaws_table mu(int setter)
-
nu
public int nu()
-
nu
public gsl_integration_qaws_table nu(int setter)
-
ri
public double ri(int i)
-
ri
public gsl_integration_qaws_table ri(int i, double setter)
-
ri
@MemberGetter public DoublePointer ri()
-
rj
public double rj(int i)
-
rj
public gsl_integration_qaws_table rj(int i, double setter)
-
rj
@MemberGetter public DoublePointer rj()
-
rg
public double rg(int i)
-
rg
public gsl_integration_qaws_table rg(int i, double setter)
-
rg
@MemberGetter public DoublePointer rg()
-
rh
public double rh(int i)
-
rh
public gsl_integration_qaws_table rh(int i, double setter)
-
rh
@MemberGetter public DoublePointer rh()
-
-